.wrl-wrap {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 28px 16px;
    direction: rtl;
    text-align: right;
    font-family: inherit;
    color: #2d2633;
}
.wrl-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 30px 30px;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #fff3f7 0%, #f6e7ff 48%, #fff9ef 100%);
    box-shadow: 0 18px 45px rgba(94, 46, 93, .12);
    border: 1px solid rgba(150, 76, 132, .13);
}
.wrl-hero::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 999px;
    left: -78px;
    top: -90px;
    background: rgba(203, 93, 148, .15);
}
.wrl-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(152, 64, 122, .12);
    color: #8a356a;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 10px;
}
.wrl-hero h2 {
    margin: 0 0 9px;
    font-size: clamp(27px, 4vw, 42px);
    line-height: 1.2;
    color: #301e32;
    font-weight: 850;
}
.wrl-hero p {
    margin: 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.9;
    color: #604a63;
}
.wrl-toolbar {
    margin-bottom: 16px;
}
.wrl-search {
    width: 100%;
    border: 1px solid rgba(94, 46, 93, .18) !important;
    border-radius: 16px !important;
    padding: 14px 17px !important;
    font-size: 16px !important;
    outline: none !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(48, 30, 50, .07) !important;
    direction: rtl !important;
    text-align: right !important;
}
.wrl-search:focus {
    border-color: rgba(152, 64, 122, .55) !important;
    box-shadow: 0 12px 32px rgba(152, 64, 122, .13) !important;
}
.wrl-table-shell {
    width: 100%;
    overflow-x: auto;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(94, 46, 93, .12);
    box-shadow: 0 14px 34px rgba(48, 30, 50, .075);
}
.wrl-table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    direction: rtl;
    text-align: right;
    margin: 0 !important;
    table-layout: fixed;
}
.wrl-table th,
.wrl-table td {
    padding: 16px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(94, 46, 93, .10) !important;
    vertical-align: middle !important;
    text-align: right !important;
}
.wrl-table thead th {
    background: #8a356a;
    color: #fff;
    font-weight: 850;
    font-size: 15px;
    white-space: nowrap;
}
.wrl-table thead th:first-child {
    border-top-right-radius: 20px;
}
.wrl-table thead th:last-child {
    border-top-left-radius: 20px;
}
.wrl-table tbody tr:last-child td {
    border-bottom: 0 !important;
}
.wrl-row {
    transition: background .15s ease;
}
.wrl-row:nth-child(even) {
    background: #fff9fc;
}
.wrl-row:hover {
    background: #fff2f8;
}
.wrl-seq-col,
.wrl-sequence {
    width: 90px;
    text-align: center !important;
}
.wrl-sequence {
    font-weight: 850;
    color: #8a356a;
}
.wrl-name {
    width: 40%;
    color: #2d2633;
    font-weight: 800;
    overflow-wrap: anywhere;
}
.wrl-link {
    width: auto;
    direction: ltr;
    text-align: left !important;
    overflow-wrap: anywhere;
}
.wrl-link a {
    color: #8a356a !important;
    font-weight: 750;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(138, 53, 106, .35);
}
.wrl-link a:hover {
    border-bottom-color: rgba(138, 53, 106, .9);
}
.wrl-missing {
    direction: rtl;
    display: inline-block;
    color: #9b8c9c;
    font-size: 13px;
}
.wrl-empty {
    text-align: center;
    padding: 22px;
    background: #fff7fb;
    color: #8a356a;
    font-weight: 800;
}
@media (max-width: 720px) {
    .wrl-wrap {
        padding: 20px 12px;
    }
    .wrl-hero {
        padding: 24px 20px;
        border-radius: 20px;
    }
    .wrl-table-shell {
        overflow-x: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .wrl-table,
    .wrl-table thead,
    .wrl-table tbody,
    .wrl-table tr,
    .wrl-table th,
    .wrl-table td {
        display: block;
        width: 100% !important;
    }
    .wrl-table thead {
        display: none;
    }
    .wrl-row {
        margin-bottom: 12px;
        border-radius: 18px;
        border: 1px solid rgba(94, 46, 93, .12);
        background: #fff !important;
        box-shadow: 0 10px 28px rgba(48, 30, 50, .07);
        overflow: hidden;
    }
    .wrl-table td {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
        gap: 12px;
        padding: 13px 15px !important;
        border-bottom: 1px solid rgba(94, 46, 93, .08) !important;
        text-align: right !important;
    }
    .wrl-table td::before {
        content: attr(data-label);
        font-weight: 850;
        color: #8a356a;
        text-align: right;
        direction: rtl;
    }
    .wrl-sequence {
        text-align: right !important;
    }
    .wrl-link {
        direction: ltr;
        text-align: left !important;
    }
}
