.dama-occupation-registry{max-width:1180px;margin-inline:auto}.dama-search-row{display:flex;gap:.75rem;max-width:720px}.dama-search-row input{flex:1;padding:.75rem}.dama-search-row button{padding:.75rem 1.25rem}.dama-registry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-block:1.5rem 2rem}.dama-registry-card{border:1px solid rgba(0,0,0,.15);border-radius:.5rem;padding:1.25rem}.dama-registry-card h2{font-size:1.2rem}.dama-registry-disclaimer{border-top:1px solid rgba(0,0,0,.15);margin-top:2rem;padding-top:1rem;font-size:.92rem}@media(max-width:640px){.dama-search-row{display:grid}}

/* SHADA DAMA EMPLOYER REGISTRY CARD DESIGN V1.2.1 START */
html body.com_dama.view-registry
    .com-dama-registry {
    box-sizing: border-box;
    width: 100%;
    max-width: 1185px;
    margin-inline: auto;
}

html body.com_dama.view-registry
    .dama-employer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

html body.com_dama.view-registry
    .dama-employer-card {
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d8e5e6;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 109, 115, .055);
    transition:
        border-color .18s ease,
        box-shadow .18s ease;
}

html body.com_dama.view-registry
    .dama-employer-card:hover {
    border-color: rgba(15, 109, 115, .26);
    box-shadow: 0 5px 18px rgba(15, 109, 115, .08);
}

html body.com_dama.view-registry
    .dama-employer-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    padding: 1rem 1.05rem .85rem;
    border-bottom: 1px solid #edf3f3;
    background: #fbfdfd;
}

html body.com_dama.view-registry
    .dama-employer-card__identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .72rem;
}

html body.com_dama.view-registry
    .dama-employer-card__initials {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eaf5f5;
    color: #0f6268;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .025em;
}

html body.com_dama.view-registry
    .dama-employer-card__title {
    min-width: 0;
    margin: 0;
    color: #203c41;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.32;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

html body.com_dama.view-registry
    .dama-employer-card__official {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .35rem;
    color: #17685b;
    font-size: .72rem;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
}

html body.com_dama.view-registry
    .dama-employer-card__official-check {
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e5f4ef;
    color: #17685b;
    font-size: .7rem;
    font-weight: 900;
    line-height: 1;
}

html body.com_dama.view-registry
    .dama-employer-card__body {
    padding: .82rem 1.05rem 1rem;
}

html body.com_dama.view-registry
    .dama-employer-card__meta {
    display: grid;
    gap: .62rem;
}

html body.com_dama.view-registry
    .dama-employer-card__meta-row {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: start;
    gap: .65rem;
}

html body.com_dama.view-registry
    .dama-employer-card__label {
    margin: 0;
    padding-top: .14rem;
    color: #203c41;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

html body.com_dama.view-registry
    .dama-employer-card__regions,
html body.com_dama.view-registry
    .dama-employer-card__types {
    display: flex;
    flex-wrap: wrap;
    gap: .32rem;
}

html body.com_dama.view-registry
    .dama-employer-card__region {
    display: inline-flex;
    align-items: center;
    padding: .18rem .46rem;
    border: 0;
    border-radius: 999px;
    background: #edf7f7;
    color: #0f5960;
    font-size: .91rem;
    font-weight: 700;
    line-height: 1.35;
}

html body.com_dama.view-registry
    .dama-employer-card__type {
    color: #203c41;
    font-size: .98rem;
    font-weight: 650;
    line-height: 1.45;
}

html body.com_dama.view-registry
    .dama-employer-card__type:not(:last-child)::after {
    margin-left: .32rem;
    color: #8ba0a3;
    content: "·";
}

html body.com_dama.view-registry
    .dama-employer-card__period-value {
    color: #203c41;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.45;
}

html body.com_dama.view-registry
    .dama-employer-card__warning {
    margin-top: .72rem;
    padding: .5rem .6rem;
    border: 0;
    border-left: 3px solid #d8a63e;
    border-radius: 6px;
    background: #fff9ea;
    color: #5d4b21;
    font-size: .78rem;
    line-height: 1.4;
}

html body.com_dama.view-registry
    .dama-employer-card__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: .78rem;
    padding-top: .72rem;
    border-top: 1px solid #edf3f3;
}

html body.com_dama.view-registry
    .dama-employer-card__website {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: .35rem .62rem;
    border: 1px solid rgba(15, 109, 115, .34);
    border-radius: 8px;
    color: #0f6268;
    font-size: .76rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
}

html body.com_dama.view-registry
    .dama-employer-card__website:hover,
html body.com_dama.view-registry
    .dama-employer-card__website:focus {
    border-color: #0f6d73;
    background: #0f6d73;
    color: #fff;
    text-decoration: none;
}

html body.com_dama.view-registry
    .dama-employer-pagination
    .pagination__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
    padding: .85rem;
    border: 1px solid rgba(15, 109, 115, .12);
    border-radius: 12px;
    background: #f8fbfb;
}

html body.com_dama.view-registry
    .dama-employer-pagination
    .pagination__wrapper
    > .text-end {
    margin: 0 !important;
    color: #5d7176;
    font-size: .82rem;
    font-weight: 650;
    text-align: center !important;
}

html body.com_dama.view-registry
    .dama-employer-pagination
    .pagination-toolbar {
    display: flex;
    width: 100%;
    justify-content: center;
}

html body.com_dama.view-registry
    .dama-employer-pagination
    ul.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .25rem;
    margin: 0 auto !important;
}

html body.com_dama.view-registry
    .dama-employer-pagination
    .page-link {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: .35rem .5rem;
    border: 1px solid rgba(15, 109, 115, .22);
    border-radius: 8px !important;
    background: #fff;
    color: #0f6268;
    font-size: .8rem;
    font-weight: 750;
    line-height: 1;
    box-shadow: none;
}

html body.com_dama.view-registry
    .dama-employer-pagination
    .page-link:hover,
html body.com_dama.view-registry
    .dama-employer-pagination
    .page-link:focus {
    border-color: #0f6d73;
    background: #eaf5f5;
    color: #0f5960;
}

html body.com_dama.view-registry
    .dama-employer-pagination
    .page-item.active
    .page-link {
    border-color: #0f6d73;
    background: #0f6d73;
    color: #fff;
}

html body.com_dama.view-registry
    .dama-employer-source-note {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    margin-top: 1rem;
    padding: .72rem .82rem;
    border: 1px solid rgba(15, 109, 115, .16);
    border-radius: 12px;
    background: #f3f9f9;
    color: #344e54;
    box-shadow: 0 2px 8px rgba(15, 109, 115, .04);
}

html body.com_dama.view-registry
    .dama-employer-source-note__icon {
    display: inline-flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0f6d73;
    color: #fff;
    font-family: Georgia, serif;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1;
}

html body.com_dama.view-registry
    .dama-employer-source-note__content {
    min-width: 0;
}

html body.com_dama.view-registry
    .dama-employer-source-note__text,
html body.com_dama.view-registry
    .dama-employer-source-note__meta {
    margin: 0;
    font-size: .78rem;
    line-height: 1.45;
}

html body.com_dama.view-registry
    .dama-employer-source-note__meta {
    margin-top: .22rem;
    color: #5b7075;
}

html body.com_dama.view-registry
    .dama-employer-source-note__meta
    span {
    margin-inline: .28rem;
}

html body.com_dama.view-registry
    .dama-employer-source-note a {
    color: #0f6268;
    font-weight: 750;
}

@media (max-width: 991.98px) {
    html body.com_dama.view-registry
        .dama-employer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    html body.com_dama.view-registry
        .dama-employer-card__header {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    html body.com_dama.view-registry
        .dama-employer-card__official {
        margin-left: 3.15rem;
    }

    html body.com_dama.view-registry
        .dama-employer-card__meta-row {
        grid-template-columns: 1fr;
        gap: .2rem;
    }

    html body.com_dama.view-registry
        .dama-employer-card__label {
        padding-top: 0;
    }

    html body.com_dama.view-registry
        .dama-employer-card__actions {
        justify-content: stretch;
    }

    html body.com_dama.view-registry
        .dama-employer-card__website {
        width: 100%;
    }

    html body.com_dama.view-registry
        .dama-employer-pagination
        .pagination__wrapper {
        padding: .7rem .55rem;
    }

    html body.com_dama.view-registry
        .dama-employer-pagination
        .page-link {
        min-width: 32px;
        height: 32px;
        padding: .3rem .42rem;
        font-size: .76rem;
    }
}
/* SHADA DAMA EMPLOYER REGISTRY CARD DESIGN V1.2.1 END */


/* SHADA DAMA EMPLOYER REGION LINKS V1.3.0 — START */
a.dama-employer-card__region{cursor:pointer;text-decoration:none}
a.dama-employer-card__region:hover,a.dama-employer-card__region:focus-visible{border-color:#088690;background:#dff1f2;color:#064f55;text-decoration:underline;text-underline-offset:.15em}
/* SHADA DAMA EMPLOYER REGION LINKS V1.3.0 — END */

/* SHADA DAMA FILTER-PRESERVING EMPLOYER PAGINATION V1.3.1 — START */
html body.com_dama.view-registry
    .dama-employer-results-summary {
    margin: -.25rem 0 .8rem;
    color: #203c41;
    font-size: .92rem;
    line-height: 1.45;
}

html body.com_dama.view-registry
    .dama-employer-results-summary strong {
    font-weight: 800;
}

html body.com_dama.view-registry
    .dama-employer-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .85rem;
    margin-top: 1rem;
    padding: .8rem .9rem;
    border: 1px solid rgba(15, 109, 115, .16);
    border-radius: 12px;
    background: #f6fafb;
}

html body.com_dama.view-registry
    .dama-employer-pagination__count {
    margin: 0;
    color: #203c41;
    font-size: .86rem;
    white-space: nowrap;
}

html body.com_dama.view-registry
    .dama-employer-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: .3rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

html body.com_dama.view-registry
    .dama-employer-pagination__list a,
html body.com_dama.view-registry
    .dama-employer-pagination__list span {
    display: inline-flex;
    min-width: 36px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: .42rem .62rem;
    border: 1px solid rgba(15, 109, 115, .24);
    border-radius: 8px;
    background: #fff;
    color: #0f6268;
    font-size: .82rem;
    font-weight: 750;
    line-height: 1;
    text-decoration: none;
}

html body.com_dama.view-registry
    .dama-employer-pagination__list a:hover,
html body.com_dama.view-registry
    .dama-employer-pagination__list a:focus-visible {
    border-color: #0f6d73;
    background: #eaf5f5;
    color: #0f5960;
}

html body.com_dama.view-registry
    .dama-employer-pagination__number.is-active span {
    border-color: #0f6d73;
    background: #0f6d73;
    color: #fff;
}

@media (max-width: 700px) {
    html body.com_dama.view-registry
        .dama-employer-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    html body.com_dama.view-registry
        .dama-employer-pagination__count {
        text-align: center;
    }

    html body.com_dama.view-registry
        .dama-employer-pagination__list {
        justify-content: center;
    }

    html body.com_dama.view-registry
        .dama-employer-pagination__number:not(.is-active),
    html body.com_dama.view-registry
        .dama-employer-pagination__first,
    html body.com_dama.view-registry
        .dama-employer-pagination__last {
        display: none;
    }
}
/* SHADA DAMA FILTER-PRESERVING EMPLOYER PAGINATION V1.3.1 — END */

