.md-card {
    background: #10b981;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    margin: 20px auto;
    font-family: tahoma, sans-serif;
    text-align: right;
    float: right;
    width: 100% !important;
    text-align: center !important;
}
.md-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff !important;
}
.md-desc {
    color: #666;
    margin-bottom: 15px;
}
.md-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
    float: right;
    width: 100% !important;
    margin: 0px auto;
    float: none;
}
.md-phone {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 13px;
  font-weight: 200 !important;
}
.md-btn {
    background: linear-gradient(135deg, #0b6f4e, #137466);
    border: none;
    color: white;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
}
.md-btn:hover { opacity: 0.9; }
.md-message { margin-top: 10px; color: #c71414; font-size: 20px;}
.md-message a{
    color: #fff !important;
}
.md-download-link {
    display: inline-block;
    padding: 12px 18px;
    background: #117c58;
    color: #fff !important;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    width: 100% !important;
    text-align: center;
}
.md-download-link:hover {
    background: #059669;
}
