#uc-email-share-modal .uc-modal-dialog {
    background: linear-gradient(145deg, #f44336, #e53935);
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    padding: 3rem 2rem;
    max-width: 600px;
    margin: auto;
    position: relative;
}

#uc-email-share-modal .uc-modal-close-default {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #fff;
    transition: transform 0.3s ease, background 0.2s ease;
}

#uc-email-share-modal .uc-modal-close-default:hover {
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 0.2);
}

#uc-email-share-modal .form-control {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

#uc-email-share-modal .form-control::placeholder {
    color: #ffebee;
}

#uc-email-share-modal .form-control:focus {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #ffcdd2;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 188, 0.25);
}

#uc-email-share-modal .form-check-input {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#uc-email-share-modal .btn-primary {
    background-color: #fff;
    color: #f44336;
    font-weight: bold;
    border: none;
    transition: background 0.3s ease, color 0.3s ease;
}

#uc-email-share-modal .btn-primary:hover {
    background-color: #ffe3e0;
    color: #d32f2f;
}

#uc-email-share-modal .uc-link {
    color: #ffcdd2;
    text-decoration: underline;
}

#uc-email-share-modal .uc-link:hover {
    color: #ffffff;
    text-decoration: none;
}

#uc-email-share-modal .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #fff;
    font-size: 1.2rem;
    transition: background 0.3s ease;
}

#uc-email-share-modal .social-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#uc-email-share-modal .form-control,
#uc-email-share-modal .btn {
    border-radius: 10px;
}

#uc-email-share-modal textarea {
    min-height: 120px;
}

#uc-email-share-modal .inner-container {
    background: #f44336;
    color: #fff;
    background: linear-gradient(145deg, #f44336, #e53935);
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
