/**
 * RL Bewerbung – Frontend CSS V2
 */

/* ------------------------------------------------------------------ */
/*  Variables                                                          */
/* ------------------------------------------------------------------ */
.rlb-karriere {
    --rlb-primary: #0861a9;
    --rlb-primary-hover: #064d87;
    --rlb-text: #333;
    --rlb-text-light: #666;
    --rlb-border: #ddd;
    --rlb-bg: #f9f9f9;
    --rlb-bg-white: #fff;
    --rlb-radius: 6px;
    --rlb-shadow: 0 2px 8px rgba(0,0,0,.08);

    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--rlb-text);
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
}


/* ------------------------------------------------------------------ */
/*  Filter                                                             */
/* ------------------------------------------------------------------ */
.rlb-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Mobile / Tablet */
@media (max-width: 1000px) {
    .rlb-filters {
        grid-template-columns: 1fr;
    }
}
.rlb-filter-group {
    background: #fff;
    padding: 1rem 1.2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.rlb-filter-group > label {
    display: block;
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--rlb-text-light);
}
.rlb-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}
.rlb-filter-btn {
    display: inline-block;
    padding: .5rem 1rem;
    border: 2px solid var(--rlb-border);
    border-radius: var(--rlb-radius);
    background: var(--rlb-bg-white);
    color: var(--rlb-text);
    cursor: pointer;
    font-size: .9rem;
    transition: all .2s ease;
    line-height: 1.3;
}
.rlb-filter-btn:hover {
    border-color: var(--rlb-primary);
    color: var(--rlb-primary);
}
.rlb-filter-btn.active {
    background: var(--rlb-primary);
    color: #fff;
    border-color: var(--rlb-primary);
}

/* ------------------------------------------------------------------ */
/*  Results / Loading                                                  */
/* ------------------------------------------------------------------ */
.rlb-loading {
    text-align: center;
    padding: 2rem;
    color: var(--rlb-text-light);
}
.rlb-no-results {
    text-align: center;
    padding: 2rem;
    color: var(--rlb-text-light);
    font-style: italic;
}

/* ------------------------------------------------------------------ */
/*  Accordion                                                          */
/* ------------------------------------------------------------------ */
.rlb-accordion-item {
    border: 1px solid #d9dde3;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.rlb-accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.10);
    border-color: #c8d2dc;
}
.rlb-accordion-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1.15rem 1.4rem;
    border: none;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2d3d;
    transition: background .2s ease;
}
.rlb-accordion-header:hover,
.rlb-accordion-header[aria-expanded="true"] {
    background: #f8fafc;
}
.rlb-accordion-title {
    flex: 1;
    font-size: 1.3rem;
    line-height: 1.35;
}
.rlb-accordion-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .45rem;
}
.rlb-accordion-icon {
    font-size: .85rem;
    color: #4b5563;
    transition: transform .22s ease;
}
.rlb-accordion-header[aria-expanded="true"] .rlb-accordion-icon {
    transform: rotate(180deg);
}
.rlb-accordion-body {
    padding: 1.35rem 1.4rem 1.4rem;
    border-top: 1px solid #eef2f6;
    background: #fff;
}

/* ------------------------------------------------------------------ */
/*  Badges                                                             */
/* ------------------------------------------------------------------ */
.rlb-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .25rem .8rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.15);
}

/* ------------------------------------------------------------------ */
/*  Job Header: Kontaktdaten links + Logo rechts                       */
/* ------------------------------------------------------------------ */
.rlb-job-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    align-items: center;
    gap: 1.5rem;
    padding: 1.1rem 1.2rem;
    margin-bottom: 1.3rem;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 10px;
}

.rlb-job-header-contact {
    font-size: 1rem;
    line-height: 1.75;
    color: #243447;
    white-space: pre-line;
}

.rlb-job-header-contact strong {
    display: block;
    font-size: 1rem;
    color: #16202a;
}

.rlb-job-header-contact a {
    color: var(--rlb-primary);
    font-weight: 600;
    text-decoration: none;
}
.rlb-job-header-contact a:hover {
    text-decoration: underline;
}

.rlb-job-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    padding: .75rem;
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 10px;
}
.rlb-job-header-logo img {
    max-width: 150px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ------------------------------------------------------------------ */
/*  Job Content                                                        */
/* ------------------------------------------------------------------ */
.rlb-job-description {
    margin-bottom: 1.4rem;
    color: #253648;
    line-height: 1.8;
}

.rlb-job-description h2,
.rlb-job-description h3,
.rlb-job-description h4 {
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.rlb-job-description ul,
.rlb-job-description ol {
    padding-left: 1.5rem;
}
.rlb-job-header-contact {
    white-space: pre-line !important;
	font-size: 0.9rem;
}

.rlb-job-description > strong,
.rlb-job-description .jobs-row-label strong {
    display: block;
    margin: 0 0 .75rem;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #16202a;
}

.rlb-job-description ul {
    margin: 0 0 1.2rem;
    padding-left: 1.25rem;
}

.rlb-job-description li {
    margin-bottom: .45rem;
}

.rlb-job-description .jobs-row {
    margin-bottom: 1.1rem;
}

.rlb-job-description .jobs-row:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------------ */
/*  Job Footer: Bewerben links, PDF rechts                             */
/* ------------------------------------------------------------------ */
.rlb-job-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.15rem;
    margin-top: .4rem;
    border-top: 1px solid #eef2f6;
}

.rlb-job-footer-left,
.rlb-job-footer-right {
    display: flex;
    align-items: center;
}

/* ------------------------------------------------------------------ */
/*  Buttons                                                            */
/* ------------------------------------------------------------------ */
.rlb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: .8rem 1.4rem;
    border-radius: 10px;
    font-size: .98rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.rlb-btn:hover {
    transform: translateY(-1px);
}

.rlb-btn--primary {
    background: var(--rlb-primary);
    color: #fff;
}
.rlb-btn--primary:hover {
    filter: brightness(.85);
}
.rlb-btn--outline {
    background: transparent;
    color: var(--rlb-primary);
}
.rlb-btn--outline:hover {
    background: var(--rlb-primary);
    color: #fff;
}
.rlb-btn--small {
    padding: .4rem .9rem;
    font-size: .85rem;
}
.rlb-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
}
.rlb-btn--primary {
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
}

.rlb-btn--outline {
    border-width: 2px;
    background: #fff;
}

/* ------------------------------------------------------------------ */
/*  Modal                                                              */
/* ------------------------------------------------------------------ */
.rlb-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rlb-modal-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.5);
}
.rlb-modal-content {
    position: relative;
    background: var(--rlb-bg-white);
    border-radius: 8px;
    padding: 2rem;
    width: 90%;
    max-width: 560px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
}
.rlb-modal-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--rlb-text-light);
    line-height: 1;
    padding: .25rem;
}
.rlb-modal-close:hover {
    color: var(--rlb-text);
}
.rlb-modal-job {
    color: var(--rlb-primary);
    font-weight: 600;
    margin-bottom: 1.5rem;
}
body.rlb-modal-open {
    overflow: hidden;
}

/* ------------------------------------------------------------------ */
/*  Form                                                               */
/* ------------------------------------------------------------------ */
.rlb-form-row {
    margin-bottom: 1rem;
}
.rlb-form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: .3rem;
    font-size: .9rem;
}
.rlb-form-row input[type="text"],
.rlb-form-row input[type="email"],
.rlb-form-row input[type="tel"],
.rlb-form-row textarea {
    width: 100%;
    padding: .6rem .8rem;
    border: 1px solid var(--rlb-border);
    border-radius: var(--rlb-radius);
    font-size: .95rem;
    font-family: inherit;
    transition: border-color .15s;
    box-sizing: border-box;
}
.rlb-form-row input:focus,
.rlb-form-row textarea:focus {
    outline: none;
    border-color: var(--rlb-primary);
    box-shadow: 0 0 0 2px rgba(0,115,170,.15);
}
.rlb-form-hint {
    font-size: .8rem;
    color: var(--rlb-text-light);
    margin: .3rem 0 0;
}
.rlb-form-row--checkbox label {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-weight: 400;
    font-size: .85rem;
    line-height: 1.5;
}
.rlb-form-row--checkbox input[type="checkbox"] {
    margin-top: .25rem;
    flex-shrink: 0;
}
.rlb-form-actions {
    margin-top: 1.5rem;
}
.rlb-form-status {
    margin-top: 1rem;
    padding: .75rem 1rem;
    border-radius: var(--rlb-radius);
    font-size: .9rem;
    display: none;
}
.rlb-form-status.rlb-success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.rlb-form-status.rlb-error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ------------------------------------------------------------------ */
/*  Multi-File-Upload                                                  */
/* ------------------------------------------------------------------ */
.rlb-file-upload-area {
    padding: .75rem 0;
}
.rlb-file-list {
    margin-top: .5rem;
}
.rlb-file-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .5rem;
    background: var(--rlb-bg);
    border-radius: 4px;
    margin-bottom: .3rem;
    font-size: .85rem;
}
.rlb-file-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rlb-file-size {
    color: var(--rlb-text-light);
    flex-shrink: 0;
    font-size: .8rem;
}
.rlb-file-remove {
    background: none;
    border: none;
    color: #b32d2e;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0 .2rem;
    flex-shrink: 0;
}
.rlb-file-remove:hover {
    color: #a00;
}

/* Size Bar */
.rlb-file-size-bar {
    position: relative;
    height: 20px;
    background: #eee;
    border-radius: 10px;
    margin-top: .5rem;
    overflow: hidden;
}
.rlb-file-size-fill {
    height: 100%;
    background: var(--rlb-primary);
    border-radius: 10px;
    transition: width .3s ease, background-color .3s;
}
.rlb-file-size-text {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .7rem;
    font-weight: 600;
    color: #333;
}

/* ------------------------------------------------------------------ */
/*  Privacy Note                                                       */
/* ------------------------------------------------------------------ */
.rlb-privacy-note {
    font-size: .82rem;
    color: var(--rlb-text-light);
    font-style: italic;
    margin: 1rem 0;
    padding: .5rem .75rem;
    background: var(--rlb-bg);
    border-radius: var(--rlb-radius);
    border-left: 3px solid var(--rlb-border);
}

/* Honeypot – unsichtbar */
.rlb-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* ------------------------------------------------------------------ */
/*  Responsive                                                         */
/* ------------------------------------------------------------------ 
@media (max-width: 600px) {
    .rlb-accordion-header {
        flex-wrap: wrap;
        padding: .75rem 1rem;
    }
    .rlb-accordion-badges {
        order: 3;
        width: 100%;
        margin-top: .4rem;
    }
    .rlb-filter-btn {
        padding: .4rem .75rem;
        font-size: .8rem;
    }
    .rlb-modal-content {
        padding: 1.25rem;
    }
    .rlb-job-header {
        flex-direction: column;
    }
    .rlb-job-header-logo {
        order: -1;
    }
    .rlb-job-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .rlb-job-footer-right {
        margin-left: 0;
    }
}
*/


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1000px) {
    .rlb-accordion-header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .rlb-accordion-badges {
        justify-content: flex-start;
    }

    .rlb-accordion-icon {
        position: absolute;
        right: 1rem;
        top: 1.25rem;
    }

    .rlb-job-header {
        grid-template-columns: 1fr;
    }

    .rlb-job-header-logo {
        justify-content: flex-start;
    }

    .rlb-job-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .rlb-job-footer-left,
    .rlb-job-footer-right {
        width: 100%;
    }

    .rlb-job-footer .rlb-btn {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .rlb-accordion-header,
    .rlb-accordion-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .rlb-job-header {
        padding: 1rem;
    }

    .rlb-accordion-title {
        font-size: 1.1rem;
        padding-right: 1.5rem;
    }

    .rlb-badge {
        font-size: .74rem;
    }
}


/*FIX FORMULAR*/

.rlb-form-row--checkbox label {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-weight: 400;
    font-size: .95rem;
    line-height: 1.55;
    cursor: pointer;
}

.rlb-form-row--checkbox input[type="checkbox"] {
    flex: 0 0 auto;
    margin: .2rem 0 0;
}

.rlb-checkbox-text {
    flex: 1 1 auto;
    min-width: 0;
}

.rlb-checkbox-text a {
    word-break: normal;
}

/*EASTER EGG*/

.rlb-egg-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: .75rem 1.5rem;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,.15);
    pointer-events: none;
    animation: rlbEggPop .3s ease-out;
}
@keyframes rlbEggPop {
    0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

.rlb-filters {
    position: relative;
}

/* =========================================================
   STELLENKARTEN – LUITPOLDHÜTTE-LAYOUT
   ========================================================= */

.rlb-results {
    padding: 18px;
    background: #f3f3f3;
}

.rlb-results-list {
    display: grid;
    gap: 10px;
}

.rlb-accordion-item {
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rlb-accordion-item:hover {
    transform: none;
    border-color: #d5d5d5;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
}

.rlb-accordion-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 154px;
    align-items: center;
    gap: 24px;
    min-height: 78px;
    padding: 12px 18px;
    background: #fff;
    border: 0;
}

.rlb-accordion-header:hover,
.rlb-accordion-header[aria-expanded="true"] {
    background: #fff;
}

.rlb-card-copy {
    min-width: 0;
}

.rlb-accordion-title {
    margin: 0 0 4px;
    padding: 0;
    color: #1f2d3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.rlb-card-meta {
    color: #3d4650;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
}

.rlb-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    min-height: 40px;
    padding: 10px 18px;
    border: 0;
    border-radius: 999px;
    background: #0861a9;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
}

.rlb-view-btn:hover,
.rlb-view-btn:focus-visible {
    background: #064d87;
}

.rlb-view-btn:active {
    transform: translateY(1px);
}

.rlb-accordion-body {
    padding: 18px;
    border-top: 1px solid #ececec;
    background: #fff;
}

.rlb-badge,
.rlb-accordion-icon,
.rlb-accordion-badges {
    display: none !important;
}

.rlb-btn--primary {
    background: #0861a9;
}

.rlb-btn--primary:hover {
    background: #064d87;
    filter: none;
}

@media (max-width: 700px) {
    .rlb-results {
        padding: 10px;
    }

    .rlb-accordion-header {
        grid-template-columns: minmax(0, 1fr) 132px;
        gap: 14px;
        min-height: 82px;
        padding: 12px 14px;
    }

    .rlb-accordion-title {
        font-size: 16px;
    }

    .rlb-card-meta {
        font-size: 10px;
    }

    .rlb-view-btn {
        width: 132px;
        min-height: 38px;
        padding: 9px 14px;
    }
}

@media (max-width: 480px) {
    .rlb-accordion-header {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rlb-view-btn {
        width: 100%;
    }
}



/******ADDON 1*********/

/* =========================================================
   FEINSCHLIFF STELLENLISTE + BEWERBUNGSFORMULAR
   ========================================================= */

/* ---------------------------------------------------------
   1. Stellenkarten: Titel kräftiger und etwas größer
   --------------------------------------------------------- */

.rlb-accordion-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #17283d;
}

.rlb-card-meta {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.35;
    color: #4b5563;
}


/* ---------------------------------------------------------
   Aufgeklappte Stellenbeschreibung kompakter
   --------------------------------------------------------- */

.rlb-job-description {
    font-size: 16px;
    line-height: 1.65;
    color: #253648;
}

.rlb-job-description p {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: inherit;
    line-height: inherit;
}

.rlb-job-description ul,
.rlb-job-description ol {
    margin-top: 8px;
    margin-bottom: 18px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.6;
}

.rlb-job-description li {
    margin-bottom: 7px;
    font-size: inherit;
    line-height: inherit;
}

.rlb-job-description h2,
.rlb-job-description h3,
.rlb-job-description h4 {
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
    color: #17283d;
}

.rlb-job-description h2 {
    font-size: 23px;
}

.rlb-job-description h3 {
    font-size: 21px;
}

.rlb-job-description h4 {
    font-size: 19px;
}


/* ---------------------------------------------------------
   2. Modal sicher über dem Sticky Header
   --------------------------------------------------------- */

.rlb-modal {
    z-index: 2147483000 !important;
    align-items: flex-start;
    padding: 90px 20px 30px;
    box-sizing: border-box;
}

.rlb-modal-overlay {
    z-index: 1;
}

.rlb-modal-content {
    z-index: 2;
    width: 100%;
    max-height: calc(100vh - 120px);
    margin: 0 auto;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   Desktop ab 1280px: Formular zweispaltig
   --------------------------------------------------------- */

@media (min-width: 1280px) {

    .rlb-modal-content {
        width: min(1080px, calc(100vw - 80px));
        max-width: 1080px;
        padding: 34px 40px 40px;
    }

    #rlb-apply-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
        row-gap: 0;
    }

    /*
     * Überschrift und Stellenname befinden sich außerhalb des Formulars.
     * Vorname, Nachname, E-Mail und Telefon laufen automatisch zweispaltig.
     */

    #rlb-apply-form > input[type="hidden"],
    #rlb-apply-form > .rlb-hp,
    #rlb-apply-form > .rlb-form-row:has(textarea),
    #rlb-apply-form > .rlb-form-row:has(.rlb-file-upload-area),
    #rlb-apply-form > .rlb-form-row--checkbox,
    #rlb-apply-form > .rlb-privacy-note,
    #rlb-apply-form > .rlb-form-actions,
    #rlb-apply-form > .rlb-form-status {
        grid-column: 1 / -1;
    }

    .rlb-form-row textarea {
        min-height: 130px;
    }

    .rlb-file-upload-area {
        padding-bottom: 0;
    }
}


/* ---------------------------------------------------------
   Mobil und kleinere Tablets: wieder sauber einspaltig
   --------------------------------------------------------- */

@media (max-width: 1279px) {

    #rlb-apply-form {
        display: block;
    }

    .rlb-modal {
        padding-top: 82px;
    }

    .rlb-modal-content {
        max-width: 680px;
        max-height: calc(100vh - 100px);
    }
}


/* ---------------------------------------------------------
   Smartphone
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .rlb-modal {
        padding: 68px 10px 12px;
    }

    .rlb-modal-content {
        width: 100%;
        max-height: calc(100vh - 80px);
        padding: 24px 18px 28px;
        border-radius: 4px;
    }

    .rlb-modal-content h3 {
        padding-right: 28px;
        font-size: 25px;
    }

    .rlb-accordion-title {
        font-size: 18px;
    }

    .rlb-job-description,
    .rlb-job-description p,
    .rlb-job-description ul,
    .rlb-job-description ol {
        font-size: 15px;
    }

    .rlb-job-description h2 {
        font-size: 21px;
    }

    .rlb-job-description h3 {
        font-size: 19px;
    }

    .rlb-job-description h4 {
        font-size: 18px;
    }
}