/* UNIVERSAL Roundcube branding */

/* Keep only the custom content in the About screen. */
body.task-settings.action-about .frame-content > .sysname,
body.task-settings.action-about .frame-content > .copyright,
body.task-settings.action-about .frame-content > .license,
body.task-settings.action-about .frame-content > .readtext {
    display: none !important;
}

body.task-settings.action-about .frame-content {
    padding: 1.5rem;
}

body.task-settings.action-about .universal-about {
    min-height: calc(100vh - 3rem);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

body.task-settings.action-about .universal-about-card {
    width: min(100%, 36rem);
    padding: 2.5rem 3rem;
    background: linear-gradient(145deg, #ffffff 0%, #f4fbf6 100%);
    border: 1px solid rgba(2, 154, 52, 0.2);
    border-radius: 1.25rem;
    box-shadow: 0 1.25rem 3rem rgba(0, 92, 34, 0.1);
}

body.task-settings.action-about .universal-about-card h2 {
    margin: 0 0 1rem;
    color: #005c22;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.25;
}

body.task-settings.action-about .universal-about-intro {
    max-width: 31rem;
    margin: 0 auto;
    color: #46534a;
    font-size: 1.05rem;
    line-height: 1.65;
}

body.task-settings.action-about .universal-about-credit {
    margin: 1.75rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(2, 154, 52, 0.18);
    color: #647068;
    line-height: 1.55;
}

body.task-settings.action-about .universal-about-credit a {
    color: #029a34;
    font-weight: 700;
    text-decoration: none;
}

body.task-settings.action-about .universal-about-credit a:hover,
body.task-settings.action-about .universal-about-credit a:focus {
    color: #005c22;
    text-decoration: underline;
}

body.task-settings.action-about .universal-about-year {
    margin: 0.75rem 0 0;
    color: #889189;
    font-size: 0.9rem;
}

html.dark-mode body.task-settings.action-about .universal-about-card {
    background: linear-gradient(145deg, #26312d 0%, #1f2925 100%);
    border-color: rgba(102, 203, 125, 0.28);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
}

html.dark-mode body.task-settings.action-about .universal-about-card h2,
html.dark-mode body.task-settings.action-about .universal-about-credit a {
    color: #66cb7d;
}

html.dark-mode body.task-settings.action-about .universal-about-intro {
    color: #d7e1da;
}

html.dark-mode body.task-settings.action-about .universal-about-credit {
    border-top-color: rgba(102, 203, 125, 0.24);
    color: #a8b6ac;
}

html.dark-mode body.task-settings.action-about .universal-about-year {
    color: #87978b;
}

@media (max-width: 480px) {
    body.task-settings.action-about .frame-content {
        padding: 1rem;
    }

    body.task-settings.action-about .universal-about {
        min-height: calc(100vh - 2rem);
    }

    body.task-settings.action-about .universal-about-card {
        padding: 2rem 1.25rem;
        border-radius: 1rem;
    }

    body.task-settings.action-about .universal-about-card h2 {
        font-size: 1.4rem;
    }
}
