.sponsor-vendor-page .left-arrow-white {
    filter: invert(1);
}

.sponsor-vendor-page .event-left {
    flex: 3;
    padding: 10px;
}

.sponsor-vendor-page .event-right {
    flex: 1;
    padding: 10px;
}

.sponsor-vendor-page .hidden-caption {
    caption-side: top;
    display: none;
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
}

.sponsor-vendor-page .sponsor-action-bar {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.sponsor-vendor-page .sponsor-detail-title {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.sponsor-vendor-page .sponsor-modal-image {
    max-height: 500px;
}

.sponsor-vendor-page .sponsor-action-button {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    width: fit-content;
}

.sponsor-vendor-page .sponsor-action-button svg {
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.sponsor-vendor-page .sponsor-action-button svg,
.sponsor-vendor-page .sponsor-action-button svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.sponsor-vendor-page .sponsor-action-icon-button {
    border-radius: 6px;
    height: 36px;
    min-width: 36px;
    width: 36px;
}

.sponsor-vendor-page .table-action-button {
    margin: 2px;
}

.sponsor-vendor-page .payment-success-title {
    color: green;
}

.sponsor-vendor-page .payment-failed-title {
    color: red;
}

.sponsor-vendor-page .plan-price-amount {
    color: #000;
    font-weight: 700;
}

.sponsor-vendor-surface {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 255, 253, 0.96)),
        #fff;
    border: 1px solid #c8f3ee;
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.09);
}

.sponsor-vendor-narrow-container {
    width: 80%;
}

.sponsor-vendor-hidden {
    display: none !important;
}

.sponsor-vendor-icon {
    align-items: center;
    background: #fb920d !important;
    border: 1px solid #fb920d;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin: 2px;
    min-width: 30px;
    transition: background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
    width: 30px;
}

.sponsor-vendor-icon:hover {
    background: #22bbb2 !important;
    border-color: #22bbb2;
    color: #fff;
    box-shadow: 0 8px 18px rgba(34, 187, 178, 0.18);
    transform: translateY(-1px);
}

.sponsor-vendor-icon svg {
    height: 17px;
    width: 17px;
}

.sponsor-vendor-icon svg,
.sponsor-vendor-icon svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.sponsor-vendor-icon svg path {
    fill: currentColor !important;
}

.sponsor-vendor-icon-edit {
    background: #fb920d !important;
    border-color: #fb920d;
    color: #fff;
}

.sponsor-vendor-icon-view {
    background: #25a39a !important;
    border-color: #25a39a;
    color: #fff;
}

.sponsor-vendor-icon-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545;
    color: #fff;
}

.sponsor-vendor-icon-success {
    background: #25a39a !important;
    border-color: #25a39a;
    color: #fff;
}

.sponsor-vendor-icon-disabled,
.sponsor-vendor-icon-disabled:hover {
    background: #a1a1a1 !important;
    border-color: #a1a1a1;
    box-shadow: none;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.85;
    transform: none;
}

.disabled-button path {
    fill: currentColor !important;
}

.sponsor-plan-page-shell {
    padding-bottom: 28px;
}

.sponsor-plan-pagebar {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(37, 163, 154, 0.12), rgba(251, 146, 13, 0.1)),
        #fff;
    border: 1px solid #c8f3ee;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 16px 0;
    overflow: hidden;
    padding: 18px 20px;
    position: relative;
}

.sponsor-plan-pagebar::before {
    background: linear-gradient(90deg, #25a39a 0 58%, #fb920d 58% 100%);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sponsor-plan-pagebar .breadcrumbs-list,
.sponsor-plan-pagebar h1 {
    color: #203957;
    font-size: 15px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.sponsor-plan-event-dashboard {
    max-width: 1600px;
}

.sponsor-plan-event-dashboard .sponsor-plan-command-center {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(79, 203, 188, 0.18), rgba(251, 146, 13, 0.1)),
        #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(37, 163, 154, 0.12);
    color: #243b5c;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin: 18px 0 14px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.sponsor-plan-event-dashboard .sponsor-plan-command-center::before {
    background: linear-gradient(90deg, #22bbb2 0 72%, #fb920d 72% 100%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sponsor-plan-event-dashboard .sponsor-plan-command-copy {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.sponsor-plan-event-dashboard .sponsor-plan-back-link {
    align-items: center;
    background: #fff;
    border: 1px solid #b9eee8;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    transition: background-color 140ms ease, transform 140ms ease;
    width: 42px;
}

.sponsor-plan-event-dashboard .sponsor-plan-back-link:hover {
    background: #edfdfa;
    transform: translateY(-1px);
}

.sponsor-plan-event-dashboard .sponsor-plan-back-link img {
    filter: none;
}

.sponsor-plan-event-dashboard .sponsor-plan-kicker {
    color: #25a39a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.sponsor-plan-event-dashboard .sponsor-plan-command-copy h1 {
    color: #111827;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0;
    overflow-wrap: anywhere;
}

.sponsor-plan-event-dashboard .sponsor-plan-command-trail {
    align-items: center;
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    margin-top: 10px;
}

.sponsor-plan-event-dashboard .sponsor-plan-command-trail span + span::before {
    color: #fb920d;
    content: "/";
    font-weight: 800;
    margin-right: 8px;
}

.sponsor-plan-event-dashboard .sponsor-plan-command-side {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    min-width: 230px;
}

.sponsor-plan-event-dashboard .sponsor-plan-status-chip {
    align-items: center;
    background: #edfdfa;
    border: 1px solid #b9eee8;
    border-radius: 999px;
    color: #25a39a;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    white-space: nowrap;
}

.sponsor-plan-event-dashboard .sponsor-plan-status-chip span {
    background: #25a39a;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(37, 163, 154, 0.16);
    height: 8px;
    width: 8px;
}

.sponsor-plan-event-dashboard .sponsor-plan-primary-action {
    background: #22bbb2 !important;
    border: 1.5px solid #4FCBBC !important;
    box-shadow: 0 12px 24px rgba(34, 187, 178, 0.22);
    color: #fff !important;
    min-width: 210px;
}

.sponsor-plan-event-dashboard .sponsor-plan-primary-action:hover {
    background: #fb8c00 !important;
    border-color: #fb8c00 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 16px;
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    min-height: 92px;
    overflow: hidden;
    padding: 16px 18px;
    position: relative;
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-card::after {
    background: #25a39a;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-card:nth-child(2)::after {
    background: #25a39a;
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-card:nth-child(3)::after {
    background: #fb920d;
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-card:nth-child(4)::after {
    background: #fb920d;
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-card span {
    color: #64748b;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sponsor-plan-event-dashboard .sponsor-plan-insight-card strong {
    color: #243b5c;
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-top: 12px;
}

.sponsor-request-dashboard {
    max-width: 1600px;
}

.sponsor-request-dashboard .sponsor-plan-insight-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 16px;
}

.sponsor-request-dashboard .sponsor-plan-insight-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    min-height: 92px;
    overflow: hidden;
    padding: 16px 18px;
    position: relative;
}

.sponsor-request-dashboard .sponsor-plan-insight-card::after {
    background: #25a39a;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.sponsor-request-dashboard .sponsor-plan-insight-card:nth-child(3)::after,
.sponsor-request-dashboard .sponsor-plan-insight-card:nth-child(4)::after {
    background: #fb920d;
}

.sponsor-request-dashboard .sponsor-plan-insight-card span {
    color: #64748b;
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sponsor-request-dashboard .sponsor-plan-insight-card strong {
    color: #243b5c;
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-top: 12px;
}

.sponsor-request-table-wrap {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.sponsor-request-list-panel .dataTables_wrapper {
    border: 0;
    padding: 0;
}

.sponsor-request-list-panel .dataTables_scroll,
.sponsor-request-list-panel .dataTables_scrollHead,
.sponsor-request-list-panel .dataTables_scrollBody {
    width: 100% !important;
}

.sponsor-request-list-panel .dataTables_scrollHead {
    border: 0 !important;
    overflow: hidden !important;
}

.sponsor-request-list-panel .dataTables_scrollBody {
    border: 0 !important;
    overflow-x: auto !important;
}

.sponsor-request-list-panel .dataTables_scrollBody thead,
.sponsor-request-list-panel .dataTables_scrollBody thead tr,
.sponsor-request-list-panel .dataTables_scrollBody thead th {
    border: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    visibility: collapse;
}

.sponsor-request-list-panel table {
    table-layout: auto;
    min-width: 980px;
}

.sponsor-request-list-panel .sponsor-vendor-table thead th {
    font-size: 13px;
    padding: 16px 14px !important;
}

.sponsor-request-list-panel .sponsor-vendor-table tbody td {
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: normal;
}

.sponsor-request-list-panel .sponsor-vendor-table tbody td:last-child {
    min-width: 86px;
    text-align: right;
}

.sponsor-request-list-panel .sponsor-vendor-table th:first-child,
.sponsor-request-list-panel .sponsor-vendor-table td:first-child {
    min-width: 150px;
    width: auto;
}

.sponsor-request-list-panel .sponsor-vendor-table tbody > tr:not(.child) > td:last-child {
    display: table-cell;
}

.sponsor-request-list-panel .sponsor-vendor-table tbody td:last-child a {
    align-items: center;
    background: #25a39a;
    border: 1px solid #25a39a;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.sponsor-request-list-panel .sponsor-vendor-table tbody td:last-child a:hover {
    background: #fb920d;
    border-color: #fb920d;
    color: #fff;
}

.sponsor-request-list-panel .sponsor-vendor-table tbody td:last-child svg {
    height: 17px;
    width: 17px;
}

.sponsor-request-list-panel .sponsor-vendor-table tbody td:last-child svg,
.sponsor-request-list-panel .sponsor-vendor-table tbody td:last-child svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.sponsor-request-list-panel table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
.sponsor-request-list-panel table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    background: #25a39a;
    border: 0;
    box-shadow: none;
    color: #fff;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    width: 20px;
}

.sponsor-request-list-panel table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before,
.sponsor-request-list-panel table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    background: #fb920d;
}

.sponsor-plan-detail-page {
    max-width: 1440px;
}

.sponsor-plan-detail-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
}

.sponsor-plan-detail-hero {
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(79, 203, 188, 0.18), rgba(251, 146, 13, 0.1)),
        #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(37, 163, 154, 0.12);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.sponsor-plan-detail-hero::before {
    background: linear-gradient(90deg, #22bbb2 0 72%, #fb920d 72% 100%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sponsor-plan-detail-kicker {
    color: #25a39a;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.sponsor-plan-detail-hero h1 {
    color: #111827;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0;
    overflow-wrap: anywhere;
}

.sponsor-plan-detail-hero p {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}

.sponsor-plan-detail-price {
    align-items: flex-end;
    background: #fff;
    border: 1px solid #b9eee8;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 180px;
    padding: 16px;
    text-align: right;
}

.sponsor-plan-detail-price span,
.sponsor-plan-detail-stat span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sponsor-plan-detail-price strong {
    color: #25a39a;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    margin-top: 10px;
}

.sponsor-plan-detail-summary {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sponsor-plan-detail-stat {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    min-height: 86px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.sponsor-plan-detail-stat::after {
    background: #25a39a;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.sponsor-plan-detail-stat:nth-child(4)::after {
    background: #fb920d;
}

.sponsor-plan-detail-stat strong {
    color: #243b5c;
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 10px;
    overflow-wrap: anywhere;
}

.sponsor-plan-detail-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.sponsor-plan-detail-card {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    padding: 20px;
}

.sponsor-plan-detail-card h2 {
    color: #243b5c;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 16px;
}

.sponsor-plan-detail-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.sponsor-plan-detail-list > div {
    background: #fbfcfd;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    padding: 12px;
}

.sponsor-plan-detail-list dt {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.sponsor-plan-detail-list dd {
    color: #243b5c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    overflow-wrap: anywhere;
}

.sponsor-plan-location-link {
    align-items: center;
    background: #edfdfa;
    border: 1px solid #b9eee8;
    border-radius: 999px;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-right: 8px;
    width: 30px;
}

.sponsor-plan-benefit-card {
    padding-bottom: 8px;
}

.sponsor-plan-meta-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sponsor-plan-meta-item {
    background: #fbfcfd;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    min-height: 120px;
    padding: 14px;
}

.sponsor-plan-meta-item h3 {
    color: #25a39a;
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 10px;
}

.sponsor-plan-rich-text {
    color: #374151;
    font-size: 14px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.sponsor-plan-rich-text p:last-child,
.sponsor-plan-rich-text ul:last-child,
.sponsor-plan-rich-text ol:last-child {
    margin-bottom: 0;
}

.sponsor-plan-primary-action {
    border-radius: 8px;
    font-weight: 700;
    min-height: 42px;
    padding: 10px 16px;
}

.sponsor-plan-listing-shell {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sponsor-plan-filter-row {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-plan-filter-panel {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
    margin-bottom: 16px;
    padding: 16px;
}

.sponsor-plan-filter-panel .form-label {
    color: #374151;
    font-size: 13px;
    font-weight: 700;
}

.sponsor-plan-filter-panel .form-control {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #1e293b;
    min-height: 44px;
}

.sponsor-plan-filter-panel .price-range-slider {
    grid-column: span 2;
}

.sponsor-plan-price-filter {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sponsor-plan-range-wrap {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: stretch;
}

.sponsor-plan-range-wrap .range-bar {
    flex: 1;
    min-width: 220px;
}

.sponsor-plan-price-readout {
    background: #25a39a;
    border: 0;
    border-radius: 999px;
    color: #fff;
    flex: 0 0 132px;
    font-size: 13px;
    font-weight: 800;
    min-height: 36px;
    padding: 0 14px;
    text-align: center;
}

.sponsor-plan-price-inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(120px, 1fr)) auto;
}

.sponsor-plan-price-box {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    margin: 0;
    min-height: 42px;
    padding: 6px 10px;
}

.sponsor-plan-price-box span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.sponsor-plan-price-box input {
    border: 0;
    color: #243b5c;
    flex: 1;
    font-weight: 800;
    min-width: 0;
    outline: 0;
    width: 100%;
}

.sponsor-plan-filter-reset {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    color: #c2410c;
    font-size: 13px;
    font-weight: 800;
    min-height: 42px;
    padding: 0 18px;
}

.sponsor-plan-event-dashboard .sponsor-plan-filter-panel {
    background:
        linear-gradient(180deg, rgba(237, 253, 250, 0.65), rgba(255, 255, 255, 0.98)),
        #fff;
    border-color: #dff3f0;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    padding: 18px;
}

.sponsor-plan-event-dashboard .sponsor-plan-filter-panel .form-control {
    border-color: #cbd5e1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.sponsor-plan-event-dashboard .sponsor-plan-filter-panel .form-control:focus,
.sponsor-plan-event-dashboard .sponsor-plan-price-box:focus-within {
    border-color: #25a39a;
    box-shadow: 0 0 0 3px rgba(37, 163, 154, 0.14);
}

.sponsor-plan-event-dashboard .sponsor-plan-price-readout {
    background: #25a39a;
    box-shadow: 0 12px 24px rgba(37, 163, 154, 0.16);
}

.sponsor-plan-event-dashboard .sponsor-plan-filter-reset {
    transition: background-color 140ms ease, transform 140ms ease;
}

.sponsor-plan-event-dashboard .sponsor-plan-filter-reset:hover {
    background: #ffedd5;
    transform: translateY(-1px);
}

.sponsor-plan-table-panel {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    overflow: visible;
    padding: 16px;
}

.sponsor-plan-event-dashboard .sponsor-plan-table-panel {
    background: #ffffff;
    border-color: #dff3f0;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
    padding: 18px;
}

.sponsor-plan-table-panel .dataTables_wrapper {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: visible;
    padding: 14px;
}

.sponsor-plan-event-dashboard .sponsor-plan-table-panel .dataTables_wrapper {
    border: 0;
    padding: 0;
}

.sponsor-plan-event-dashboard .sponsor-plan-table-panel .dataTables_length,
.sponsor-plan-event-dashboard .sponsor-plan-table-panel .dataTables_filter {
    color: #64748b;
    font-weight: 700;
    margin-bottom: 18px;
}

.sponsor-plan-event-dashboard .sponsor-plan-table-panel .dataTables_length select,
.sponsor-plan-event-dashboard .sponsor-plan-table-panel .dataTables_filter input {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #243b5c;
    min-height: 36px;
}

.sponsor-plan-event-dashboard .sponsor-plan-table-panel .dataTables_filter input:focus {
    border-color: #25a39a;
    box-shadow: 0 0 0 3px rgba(37, 163, 154, 0.14);
    outline: 0;
}

.sponsor-plan-table-panel table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    margin-bottom: 0 !important;
}

.sponsor-plan-table-panel tbody > tr:not(.child) > td:last-child,
.sponsor-plan-table-panel thead th:last-child {
    min-width: 148px;
    white-space: nowrap;
}

.sponsor-plan-table-panel tbody > tr:not(.child) > td:last-child {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    justify-content: flex-end;
}

.sponsor-vendor-table thead,
.sponsor-vendor-table .thead-dark {
    background: #25a39a;
}

.sponsor-vendor-table th {
    color: #fff !important;
}

.sponsor-vendor-table thead th {
    background: #0f766e;
    border: 0 !important;
    font-size: 12px;
    letter-spacing: 0;
    padding: 12px 14px !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.sponsor-plan-event-dashboard .sponsor-vendor-table thead th {
    background: #25a39a;
    color: #f8fafc !important;
    padding: 14px 16px !important;
}

.sponsor-plan-event-dashboard .sponsor-vendor-table thead th:first-child {
    border-radius: 8px 0 0 8px;
}

.sponsor-plan-event-dashboard .sponsor-vendor-table thead th:last-child {
    border-radius: 0 8px 8px 0;
}

.sponsor-vendor-table tbody tr {
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
    transition: background-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.sponsor-vendor-table tbody tr:hover {
    background: #fbfefd;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.09);
    transform: translateY(-1px);
}

.sponsor-plan-event-dashboard .sponsor-vendor-table tbody tr {
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.sponsor-plan-event-dashboard .sponsor-vendor-table tbody tr:hover {
    background: #f8fffd;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.sponsor-vendor-table tbody td {
    border-bottom: 1px solid #e2e8f0 !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #243b5c;
    font-size: 14px;
    padding: 14px !important;
    vertical-align: middle;
    white-space: nowrap;
}

.sponsor-vendor-table.dataTable tbody td.dataTables_empty,
.portal-responsive-table.dataTable tbody td.dataTables_empty {
    background: #fff !important;
    border: 1px dashed #b9eee8 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #64748b !important;
    font-weight: 700;
    padding: 28px 18px !important;
    text-align: center !important;
    white-space: normal !important;
}

.sponsor-vendor-table.dataTable tbody tr:has(td.dataTables_empty),
.portal-responsive-table.dataTable tbody tr:has(td.dataTables_empty) {
    background: transparent;
    box-shadow: none;
    transform: none;
}

.sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr:not(.child) > td:first-child {
    border-left: 1px solid #e2e8f0 !important;
    border-radius: 8px 0 0 8px;
}

.sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr:not(.child) > td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #e2e8f0 !important;
}

.sponsor-plan-form-panel {
    padding: 22px;
}

.sponsor-plan-editor {
    color: #243b5c;
}

.sponsor-plan-editor-body {
    counter-reset: sponsor-plan-section;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.sponsor-plan-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 255, 253, 0.96)),
        #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    padding: 22px;
}

.sponsor-plan-section-title {
    align-items: center;
    color: #243b5c;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 16px;
}

.sponsor-plan-section-title::before {
    background: linear-gradient(135deg, #25c7bd, #fb920d);
    border-radius: 8px;
    content: counter(sponsor-plan-section);
    counter-increment: sponsor-plan-section;
    display: inline-block;
    font-size: 0;
    height: 26px;
    margin-right: 10px;
    width: 6px;
}

.sponsor-plan-field-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 18px;
}

.sponsor-plan-field {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #e5f3f3;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 14px;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.sponsor-plan-field-grid .sponsor-plan-field {
    height: 100%;
    margin-bottom: 0;
}

.sponsor-plan-field:focus-within {
    border-color: #25a39a;
    box-shadow: 0 14px 30px rgba(37, 163, 154, 0.12);
    transform: translateY(-1px);
}

.sponsor-plan-field .form-label {
    color: #203957;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
    text-transform: uppercase;
    white-space: normal;
}

.sponsor-plan-field .field-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #64748b;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    margin: 4px 0 8px;
    min-height: 38px;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.sponsor-plan-field:not(:has(.field-description)) > .form-label {
    margin-bottom: 32px;
}

.sponsor-plan-field .form-control,
.sponsor-plan-field .select2-container .select2-selection--single {
    background: #f8fafc;
    border: 1px solid #d7e4ea;
    border-radius: 8px !important;
    color: #203957;
    font-weight: 800;
    min-height: 44px;
}

.sponsor-plan-field .select2-container {
    width: 100% !important;
}

.sponsor-plan-field .select2-container .select2-selection--single {
    padding-right: 42px !important;
    position: relative;
}

.sponsor-plan-field .select2-container .select2-selection--single::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #203957;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 140ms ease;
    z-index: 2;
}

.sponsor-plan-field .select2-container--open .select2-selection--single::after {
    transform: translateY(-50%) rotate(180deg);
}

.sponsor-plan-field .select2-container--default .select2-selection--single .select2-selection__arrow b,
.sponsor-plan-field .select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.sponsor-plan-field .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
}

.sponsor-plan-field textarea.form-control {
    min-height: 118px;
}

.sponsor-plan-field .form-control:focus,
.sponsor-plan-field .select2-container--default.select2-container--focus .select2-selection--single {
    background: #fff;
    border-color: #25a39a;
    box-shadow: 0 0 0 3px rgba(37, 163, 154, 0.14);
}

.sponsor-plan-editor .tox-tinymce {
    border: 1px solid #d7e4ea;
    border-radius: 8px;
    overflow: hidden;
}

.sponsor-plan-mode-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sponsor-plan-mode-card {
    align-items: flex-start;
    background: #f8fffd;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 14px;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.sponsor-plan-mode-card:hover {
    border-color: #25a39a;
    box-shadow: 0 12px 24px rgba(37, 163, 154, 0.12);
    transform: translateY(-1px);
}

.sponsor-plan-mode-card:has(.form-check-input:checked) {
    background: #edfdfa;
    border-color: #25a39a;
}

.sponsor-plan-mode-card .form-check-input {
    accent-color: #25c7bd;
    flex: 0 0 auto;
    margin-left: 0;
    margin-top: 3px;
}

.sponsor-plan-mode-card span {
    color: #64748b;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    min-width: 0;
}

.sponsor-plan-mode-card strong {
    color: #203957;
    display: block;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 4px;
}

.sponsor-plan-help-text {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0 0;
}

.sponsor-plan-help-danger {
    color: #dc2626;
}

.sponsor-plan-quantity-note {
    color: #6b7280;
    font-size: 12px;
    margin-top: 6px;
}

.sponsor-plan-actions {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    margin-top: 18px;
    padding: 16px;
    text-align: right;
}

.sponsor-plan-actions .btn {
    min-width: 140px;
}

.sponsor-plan-copy-shell {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(37, 163, 154, 0.1);
    margin-bottom: 32px;
    padding: 28px;
}

.sponsor-plan-copy-topbar {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.sponsor-plan-copy-topbar h2 {
    color: #243b5c;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.sponsor-plan-copy-filter {
    background: #edfdfa;
    border: 1px solid #b9eee8;
    border-radius: 8px;
    margin-bottom: 22px;
    max-width: 520px;
    padding: 16px;
}

.sponsor-plan-copy-filter .form-label {
    color: #374151;
    font-size: 13px;
    font-weight: 700;
}

.sponsor-plan-copy-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sponsor-plan-copy-card.input-group {
    display: block;
}

.sponsor-plan-copy-card {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    padding: 0;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.sponsor-plan-copy-card:hover {
    border-color: #25a39a;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.sponsor-plan-copy-card::before {
    background: linear-gradient(180deg, #22bbb2, #fb920d);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.sponsor-plan-copy-card {
    position: relative;
}

.sponsor-plan-copy-card-inner.form-check {
    align-items: flex-start;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0;
    min-height: 96px;
    padding: 18px 18px 18px 22px;
    width: 100%;
}

.sponsor-plan-copy-checkbox {
    accent-color: #25a39a;
    border-color: #25a39a;
    cursor: pointer;
    flex: 0 0 20px;
    height: 20px;
    margin: 10px 0 0 !important;
    width: 20px;
}

.sponsor-plan-copy-card .sponsor-plan-copy-label.form-check-label,
.sponsor-plan-copy-card .sponsor-plan-copy-label.form-check-label.collapsed {
    cursor: pointer;
    display: block !important;
    flex: 1 1 auto;
    margin: 0;
    max-height: 142px;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 220ms ease;
    width: auto !important;
}

.sponsor-plan-copy-card .sponsor-plan-copy-label.form-check-label.expanded {
    max-height: 900px;
    overflow: auto;
    padding-right: 6px;
}

.sponsor-plan-copy-card-head {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin: 0;
}

.sponsor-plan-copy-title-block {
    min-width: 0;
}

.sponsor-plan-copy-entity {
    background: #edfdfa;
    border: 1px solid #b9eee8;
    border-radius: 999px;
    color: #25a39a;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 8px;
    min-height: 24px;
    padding: 4px 10px;
    text-transform: uppercase;
}

.sponsor-plan-copy-card-head h3 {
    color: #243b5c;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}

.sponsor-plan-copy-price {
    align-items: center;
    background: #25a39a;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    min-width: 88px;
    padding: 8px 14px;
}

.sponsor-plan-copy-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.sponsor-plan-copy-chip-row span {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    color: #9a3412;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
}

.sponsor-plan-copy-chip-row strong {
    color: #7c2d12;
}

.sponsor-plan-copy-description {
    color: #43536b;
    font-size: 13px;
    line-height: 1.55;
    margin-top: 12px;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.sponsor-plan-copy-label:not(.expanded) .sponsor-plan-copy-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sponsor-plan-copy-meta {
    border-top: 1px solid #dff3f0;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 14px 0 0;
    padding: 14px 0 0;
}

.sponsor-plan-copy-meta li {
    background: #fbfcfd;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    color: #43536b;
    font-size: 13px;
    line-height: 1.45;
    max-height: 180px;
    overflow: auto;
    overflow-wrap: anywhere;
    padding: 12px;
}

.sponsor-plan-copy-label:not(.expanded) .sponsor-plan-copy-meta {
    display: none;
}

.sponsor-plan-copy-meta .plan-list-title {
    color: #25a39a;
    display: block;
    font-weight: 900;
    margin-bottom: 6px;
}

.sponsor-plan-copy-actions {
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    gap: 7px;
    justify-content: flex-end;
    padding: 0;
    white-space: nowrap;
}

.sponsor-plan-copy-action {
    align-items: center;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 0;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    line-height: 1;
    min-width: 38px;
    padding: 0 8px;
    transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.sponsor-plan-copy-action:hover {
    color: #fff;
    transform: translateY(-1px);
}

.sponsor-plan-copy-action svg {
    max-height: 16px;
    max-width: 16px;
}

.sponsor-plan-copy-action svg,
.sponsor-plan-copy-action svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}

.sponsor-plan-copy-actions .sponsor-plan-copy-action:first-child {
    background: #fb920d;
    border-color: #fb920d;
}

.sponsor-plan-copy-actions .sponsor-plan-copy-action:first-child:hover {
    background: #22bbb2;
    border-color: #22bbb2;
}

.sponsor-plan-copy-expand {
    background: #edfdfa;
    border-color: #b9eee8;
    color: #fff;
    box-shadow: 0 8px 16px rgba(37, 163, 154, 0.12);
    position: relative;
}

.sponsor-plan-copy-collapse {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #fff;
    box-shadow: 0 8px 16px rgba(251, 146, 13, 0.12);
    position: relative;
}

.sponsor-plan-copy-expand::before,
.sponsor-plan-copy-expand::after,
.sponsor-plan-copy-collapse::before {
    border-radius: 999px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
}

.sponsor-plan-copy-expand::before,
.sponsor-plan-copy-expand::after {
    background: #18a89f;
}

.sponsor-plan-copy-expand::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.sponsor-plan-copy-collapse::before {
    background: #fb920d;
}

.sponsor-plan-copy-expand:hover,
.sponsor-plan-copy-expand:focus-visible {
    background: #22bbb2;
    border-color: #22bbb2;
    box-shadow: 0 12px 22px rgba(37, 163, 154, 0.22);
}

.sponsor-plan-copy-expand:hover::before,
.sponsor-plan-copy-expand:hover::after,
.sponsor-plan-copy-expand:focus-visible::before,
.sponsor-plan-copy-expand:focus-visible::after {
    background: #fff;
}

.sponsor-plan-copy-collapse:hover,
.sponsor-plan-copy-collapse:focus-visible {
    background: #fb920d;
    border-color: #fb920d;
    box-shadow: 0 12px 22px rgba(251, 146, 13, 0.22);
}

.sponsor-plan-copy-collapse:hover::before,
.sponsor-plan-copy-collapse:focus-visible::before {
    background: #fff;
}

.sponsor-plan-copy-submit {
    text-align: center;
}

.sponsor-plan-empty-state {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #64748b;
    font-weight: 700;
    padding: 22px;
    text-align: center;
}

.feature-tips {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    margin: 16px 0;
    padding: 16px 18px 16px 58px;
    position: relative;
}

.feature-tips::before {
    align-items: center;
    background: #edfdfa;
    border: 1px solid #b9eee8;
    border-radius: 8px;
    color: #25a39a;
    content: "i";
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    left: 16px;
    position: absolute;
    top: 18px;
    width: 32px;
}

.feature-tips h2 {
    color: #243b5c;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 8px;
}

.feature-tips ul {
    margin: 0;
    padding-left: 18px;
}

.feature-tips li {
    color: #374151;
    line-height: 1.5;
    margin-bottom: 4px;
    white-space: normal;
}

.sponsor-vendor-create-page .feature-tips {
    background:
        linear-gradient(135deg, rgba(37, 163, 154, 0.08), rgba(251, 146, 13, 0.06)),
        #fff;
    border-color: #c8f3ee;
}

.sponsor-vendor-create-container {
    max-width: 1320px;
}

.sponsor-vendor-create-shell {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 32px;
}

.sponsor-vendor-create-form {
    color: #1f2937;
}

.sponsor-vendor-form-section {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    overflow: visible;
    padding: 22px;
}

.sponsor-vendor-form-section .form-title {
    align-items: center;
    color: #203957;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    gap: 10px;
    margin: 0 0 18px;
}

.sponsor-vendor-form-section .form-title::before {
    background: #22bbb2;
    border-radius: 999px;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
}

.sponsor-vendor-form-grid {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-vendor-create-page .input-card {
    background: #fbfcfd;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 14px;
}

.sponsor-vendor-create-page .input-card > .input-group,
.sponsor-vendor-create-page .input-card > .form-control,
.sponsor-vendor-create-page .input-card > .select2-container,
.sponsor-vendor-create-page .input-card > select + .select2-container,
.sponsor-vendor-create-page .input-card > textarea {
    margin-top: 0;
}

.sponsor-vendor-create-page .input-card-wide {
    grid-column: span 3;
}

.sponsor-vendor-create-page .form-label {
    color: #243b5c;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
    white-space: normal;
}

.sponsor-vendor-create-page .input-card:not(:has(.field-description)) > .form-label,
.sponsor-upload-card:not(:has(.field-description)) > .form-label {
    margin-bottom: 32px;
}

.sponsor-vendor-create-page .field-description,
.survey-table-panel .field-description,
.sponsor-plan-page-shell .field-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #64748b;
    display: -webkit-box;
    font-size: 13px;
    font-weight: 600;
    hyphens: auto;
    line-height: 1.45;
    margin: 4px 0 8px;
    max-width: 100%;
    min-height: 38px;
    overflow: hidden;
    overflow-wrap: anywhere;
    white-space: normal;
}

.sponsor-plan-page-shell .card-body .row {
    align-items: stretch;
}

.sponsor-plan-page-shell .card-body .form-group,
.sponsor-plan-page-shell .card-body [class*="col-"] > .form-group {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.sponsor-plan-page-shell .card-body .form-control,
.sponsor-plan-page-shell .card-body .select2-container,
.sponsor-plan-page-shell .card-body select + .select2-container {
    margin-top: 0;
    width: 100% !important;
}

.sponsor-plan-page-shell .card-body strong,
.sponsor-plan-page-shell .card-body .form-label {
    color: #243b5c;
    line-height: 1.35;
    overflow-wrap: anywhere;
    white-space: normal;
}

.sponsor-vendor-create-page .form-control,
.sponsor-vendor-create-page .select2-container .select2-selection--single,
.sponsor-vendor-create-page .input-group-text {
    border-color: #cbd5e1;
    border-radius: 8px;
    color: #243b5c;
    min-height: 44px;
}

.sponsor-vendor-create-page textarea.form-control {
    min-height: 110px;
}

.sponsor-vendor-create-page .form-control:focus {
    border-color: #22bbb2;
    box-shadow: 0 0 0 3px rgba(34, 187, 178, 0.16);
}

.sponsor-vendor-create-page .sponsor-url-group .input-group-text {
    background: #edfdfa;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0;
    color: #25a39a;
    font-weight: 900;
}

.sponsor-vendor-create-page .sponsor-url-group .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.sponsor-vendor-upload-grid {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sponsor-upload-card {
    background:
        linear-gradient(180deg, rgba(237, 253, 250, 0.82), rgba(255, 255, 255, 0.98)),
        #fff;
    border: 1px solid #c8f3ee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 16px;
}

.sponsor-file-input {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
    padding-top: 12px;
}

.sponsor-file-picker {
    align-items: center;
    background: #22bbb2;
    border: 1px solid #22bbb2;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    margin: 0;
    min-height: 36px;
    padding: 0 15px;
    transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.sponsor-file-picker:hover {
    background: #fb920d;
    border-color: #fb920d;
    color: #fff;
    transform: translateY(-1px);
}

.sponsor-file-input .file-name {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.sponsor-vendor-form-actions {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    padding: 16px;
    text-align: center;
}

.sponsor-vendor-form-actions .btn {
    min-width: 160px;
}

.other_vendor_type_wrap {
    display: none;
}

.sponsor-vendor-create-page .other_vendor_type_wrap:not(.sponsor-vendor-hidden) {
    display: block;
}

.sponsor-upload-preview,
.sponsor-upload-video-preview {
    border: 1px solid #dff3f0;
    border-radius: 8px;
    display: block;
    margin-top: 12px;
    max-height: 120px;
    max-width: 100%;
    object-fit: contain;
}

.sponsor-upload-video-preview {
    background: #0f172a;
    width: 100%;
}

.sponsor-vendor-detail-card {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    margin-bottom: 18px;
    padding: 22px;
}

.sponsor-vendor-detail-card h3 {
    color: #203957;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 18px;
}

.sponsor-vendor-detail-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
}

.sponsor-vendor-detail-grid > div {
    background: #fbfcfd;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    min-width: 0;
    padding: 14px;
}

.sponsor-vendor-detail-grid dt {
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.sponsor-vendor-detail-grid dd {
    color: #243b5c;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    overflow-wrap: anywhere;
}

.sponsor-vendor-detail-wide {
    grid-column: span 3;
}

.sponsor-vendor-asset-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sponsor-vendor-asset-card {
    background:
        linear-gradient(180deg, rgba(237, 253, 250, 0.82), rgba(255, 255, 255, 0.98)),
        #fff;
    border: 1px solid #c8f3ee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    padding: 16px;
}

.sponsor-vendor-asset-card h4 {
    color: #243b5c;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
}

.sponsor-vendor-asset-card img,
.sponsor-vendor-asset-card video {
    border: 1px solid #dff3f0;
    border-radius: 8px;
    height: 130px;
    object-fit: contain;
    width: 100%;
}

.sponsor-vendor-asset-card span,
.sponsor-vendor-file-link {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.sponsor-vendor-list-page .ticket-pagebar {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.sponsor-vendor-list-primary-action {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    white-space: nowrap;
}

.sponsor-vendor-list-summary {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    color: #374151;
    font-weight: 700;
    margin: 16px 0;
    padding: 18px;
}

.sponsor-vendor-list-summary p {
    margin: 0;
}

.sponsor-vendor-list-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.sponsor-vendor-list-cta span {
    background: #edfdfa;
    border: 1px solid #b9eee8;
    border-radius: 8px;
    color: #243b5c;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 12px;
}

.sponsor-vendor-list-cta a {
    color: #168f87;
    font-weight: 900;
    margin-right: 4px;
}

.sponsor-vendor-list-table-wrap {
    margin-bottom: 32px;
    overflow: hidden;
    padding: 0;
}

.sponsor-vendor-list-table-wrap .dataTables_wrapper {
    padding: 20px 24px;
    width: 100%;
}

.sponsor-vendor-list-table-wrap .dataTables_wrapper > .row:first-child {
    align-items: center;
    margin-bottom: 16px;
}

.sponsor-vendor-list-table-wrap .dataTables_wrapper > .row:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}

.sponsor-vendor-list-table-wrap .dataTables_wrapper > .row:nth-child(2) > .col-sm-12 {
    overflow-x: auto;
    padding-left: 0;
    padding-right: 0;
}

.sponsor-vendor-list-table-wrap .dataTables_length label,
.sponsor-vendor-list-table-wrap .dataTables_filter label {
    align-items: center;
    color: #203957;
    display: flex;
    font-weight: 800;
    gap: 8px;
    margin: 0;
}

.sponsor-vendor-list-table-wrap .dataTables_filter label {
    justify-content: flex-end;
}

.sponsor-vendor-list-table-wrap .dataTables_length select,
.sponsor-vendor-list-table-wrap .dataTables_filter input {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #243b5c;
    font-weight: 700;
    min-height: 44px;
}

.sponsor-vendor-list-table-wrap .dataTables_filter input {
    min-width: 230px;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table thead,
.sponsor-vendor-list-table-wrap .sponsor-vendor-table thead tr {
    background: #25a39a !important;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table thead th {
    background: #25a39a !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 900 !important;
    padding: 14px 16px !important;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table thead th:first-child {
    border-radius: 8px 0 0 0 !important;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table thead th:last-child {
    border-radius: 0 8px 0 0 !important;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 0 !important;
    min-width: 900px;
    width: 100% !important;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table tbody {
    box-shadow: none;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table tbody tr {
    background: #fff;
    box-shadow: none;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table tbody td {
    border-bottom: 1px solid #e2e8f0 !important;
    color: #334155;
    font-weight: 700;
    padding: 16px 14px !important;
    vertical-align: middle;
    white-space: normal;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table tbody tr:hover td {
    background: #f8fffe;
}

.sponsor-vendor-list-table-wrap .sponsor-vendor-table tbody::before,
.sponsor-vendor-list-table-wrap .sponsor-vendor-table tbody::after,
.sponsor-vendor-list-table-wrap .dataTables_scrollBody thead,
.sponsor-vendor-list-table-wrap .dataTables_scrollBody thead tr,
.sponsor-vendor-list-table-wrap .dataTables_scrollBody thead th {
    display: none !important;
}

.sponsor-vendor-list-table-wrap .dataTables_info {
    color: #203957;
    font-weight: 800;
    padding-top: 18px !important;
}

.sponsor-vendor-list-table-wrap .dataTables_paginate {
    padding-top: 14px !important;
}

.portal-responsive-table {
    table-layout: auto !important;
    width: 100% !important;
}

.portal-responsive-table th,
.portal-responsive-table td {
    box-sizing: border-box;
    min-width: 112px;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal !important;
    word-break: normal;
}

.table-responsive.text-nowrap .portal-responsive-table th,
.table-responsive.text-nowrap .portal-responsive-table td {
    white-space: normal !important;
}

.sponsor-vendor-table.portal-responsive-table tbody td {
    min-width: 112px;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: normal;
}

.survey-table-panel {
    background: #fff;
    border: 1px solid #dff3f0;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    padding: 18px;
}

.survey-table-panel .dataTables_wrapper {
    width: 100%;
}

.survey-table-panel .dataTables_length,
.survey-table-panel .dataTables_filter {
    color: #64748b;
    margin-bottom: 14px;
}

.survey-table-panel .dataTables_filter input,
.survey-table-panel .dataTables_length select {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    min-height: 36px;
}

.survey-table-panel .sponsor-vendor-table thead,
.survey-table-panel .sponsor-vendor-table thead tr {
    background: #25a39a !important;
}

.survey-table-panel .sponsor-vendor-table thead th {
    background: #25a39a !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 800 !important;
    padding: 14px 16px !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.survey-table-panel .sponsor-vendor-table thead th:first-child {
    border-radius: 8px 0 0 8px !important;
}

.survey-table-panel .sponsor-vendor-table thead th:last-child {
    border-radius: 0 8px 8px 0 !important;
}

@media (max-width: 768px) {
    .sponsor-vendor-page .event-left,
    .sponsor-vendor-page .event-right {
        flex: 1;
    }

    .sponsor-vendor-page .event-left-right-wrap {
        flex-flow: column;
    }

    .sponsor-vendor-page .event-left {
        order: 2;
    }

    .sponsor-vendor-page .event-right {
        order: 1;
    }

    .sponsor-vendor-page .event-name-pic-area {
        justify-content: center !important;
    }

    .sponsor-vendor-narrow-container {
        width: 100%;
    }

    .sponsor-plan-section {
        padding: 16px;
    }

    .sponsor-plan-field-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-plan-mode-grid,
    .sponsor-plan-copy-meta {
        grid-template-columns: 1fr;
    }

    .sponsor-plan-filter-row,
    .sponsor-plan-price-inputs {
        grid-template-columns: 1fr;
    }

    .sponsor-plan-filter-panel .price-range-slider {
        grid-column: span 1;
    }

    .sponsor-plan-range-wrap {
        align-items: stretch;
        flex-direction: column;
    }

    .sponsor-plan-price-readout {
        flex-basis: auto;
        width: 100%;
    }

    .sponsor-plan-actions {
        text-align: center;
    }

    .sponsor-plan-actions .btn,
    .sponsor-plan-primary-action {
        width: 100%;
    }

    .sponsor-plan-pagebar,
    .sponsor-plan-copy-topbar {
        align-items: stretch;
        flex-direction: column;
    }

    .sponsor-plan-copy-shell {
        padding: 18px;
    }

    .sponsor-plan-copy-card-inner.form-check {
        grid-template-columns: 1fr;
        padding: 16px 14px 16px 20px;
    }

    .sponsor-plan-copy-checkbox {
        margin-top: 6px !important;
    }

    .sponsor-plan-copy-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .sponsor-plan-copy-price {
        min-height: 38px;
        min-width: 0;
    }

    .sponsor-plan-copy-card .sponsor-plan-copy-label.form-check-label,
    .sponsor-plan-copy-card .sponsor-plan-copy-label.form-check-label.collapsed {
        max-height: 182px;
    }

    .sponsor-plan-copy-actions {
        justify-content: flex-start;
        grid-column: 1;
        margin-left: 0;
        width: 100%;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-command-center,
    .sponsor-plan-event-dashboard .sponsor-plan-command-copy,
    .sponsor-plan-event-dashboard .sponsor-plan-command-side {
        align-items: stretch;
        flex-direction: column;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-command-center {
        padding: 20px;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-command-copy h1 {
        font-size: 24px;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-command-side {
        min-width: 0;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-status-chip {
        justify-content: center;
        width: 100%;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sponsor-request-dashboard .sponsor-plan-insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-tips {
        padding-left: 18px;
        padding-top: 58px;
    }

    .feature-tips::before {
        top: 16px;
    }

    .sponsor-vendor-form-grid,
    .sponsor-vendor-upload-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-vendor-create-page .input-card-wide {
        grid-column: span 1;
    }

    .sponsor-vendor-form-section {
        padding: 16px;
    }

    .sponsor-file-input {
        align-items: stretch;
        flex-direction: column;
    }

    .sponsor-file-picker,
    .sponsor-vendor-form-actions .btn {
        width: 100%;
    }

    .sponsor-vendor-detail-grid,
    .sponsor-vendor-asset-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-vendor-detail-wide {
        grid-column: span 1;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-table-panel {
        padding: 12px;
    }

    .sponsor-plan-detail-hero {
        flex-direction: column;
        padding: 20px;
    }

    .sponsor-plan-detail-hero h1 {
        font-size: 24px;
    }

    .sponsor-plan-detail-price {
        align-items: flex-start;
        min-width: 0;
        text-align: left;
        width: 100%;
    }

    .sponsor-plan-detail-summary,
    .sponsor-plan-detail-grid,
    .sponsor-plan-meta-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-plan-detail-card {
        padding: 16px;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-table-panel .dataTables_scrollHead,
    .sponsor-plan-event-dashboard .sponsor-vendor-table thead,
    .sponsor-plan-event-dashboard .sponsor-vendor-table .thead-dark {
        display: none !important;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-table-panel table {
        border-spacing: 0 12px !important;
        width: 100% !important;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr:not(.child) {
        border: 1px solid #dff3f0;
        border-radius: 8px;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
        display: table-row;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr:not(.child) > td {
        border-bottom: 1px solid #e2e8f0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #e2e8f0 !important;
        padding: 14px 10px !important;
        white-space: normal;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr:not(.child) > td.dtr-control {
        color: #243b5c;
        font-weight: 700;
        padding-left: 44px !important;
        position: relative;
    }

    .sponsor-plan-event-dashboard table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
    .sponsor-plan-event-dashboard table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
        align-items: center;
        background: #22bbb2;
        border: 0;
        border-radius: 50%;
        box-shadow: none;
        color: #fff;
        content: "+";
        display: inline-flex;
        font-size: 15px;
        font-weight: 800;
        height: 22px;
        justify-content: center;
        left: 12px;
        line-height: 1;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
    }

    .sponsor-plan-event-dashboard table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before,
    .sponsor-plan-event-dashboard table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
        background: #fb920d;
        content: "-";
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr.child {
        background: transparent;
        box-shadow: none;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr.child > td,
    .sponsor-plan-event-dashboard .sponsor-vendor-table tbody > tr.child > td.child {
        background: #fff;
        border: 1px solid #dff3f0 !important;
        border-radius: 0 0 8px 8px;
        display: table-cell;
        padding: 0 !important;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table ul.dtr-details {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table ul.dtr-details > li {
        align-items: center;
        border-bottom: 1px solid #eef2f7;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(92px, 42%) minmax(0, 1fr);
        margin: 0;
        padding: 10px 12px;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table ul.dtr-details > li:last-child {
        border-bottom: 0;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table .dtr-title {
        color: #243b5c;
        font-weight: 800;
        min-width: 0;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table .dtr-data {
        color: #374151;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .sponsor-plan-event-dashboard .sponsor-vendor-table .dtr-data .sponsor-vendor-icon {
        margin-right: 6px;
    }

    .survey-table-panel {
        padding: 12px;
    }

    .survey-table-panel .dataTables_scrollHead,
    .survey-table-panel .sponsor-vendor-table thead,
    .survey-table-panel .sponsor-vendor-table .thead-dark {
        display: none !important;
    }

    .survey-table-panel table {
        border-spacing: 0 12px !important;
        width: 100% !important;
    }

    .survey-table-panel .sponsor-vendor-table tbody > tr:not(.child) {
        border: 1px solid #dff3f0;
        border-radius: 8px;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
        display: table-row;
    }

    .survey-table-panel .sponsor-vendor-table tbody > tr:not(.child) > td {
        border-bottom: 1px solid #e2e8f0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #e2e8f0 !important;
        padding: 14px 10px !important;
        white-space: normal;
    }

    .survey-table-panel .sponsor-vendor-table tbody > tr:not(.child) > td.dtr-control {
        color: #243b5c;
        font-weight: 700;
        padding-left: 44px !important;
        position: relative;
    }

    .survey-table-panel table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
    .survey-table-panel table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
        align-items: center;
        background: #22bbb2;
        border: 0;
        border-radius: 50%;
        box-shadow: none;
        color: #fff;
        content: "+";
        display: inline-flex;
        font-size: 15px;
        font-weight: 800;
        height: 22px;
        justify-content: center;
        left: 12px;
        line-height: 1;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
    }

    .survey-table-panel table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before,
    .survey-table-panel table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
        background: #fb920d;
        content: "-";
    }

    .survey-table-panel .sponsor-vendor-table tbody > tr.child {
        background: transparent;
        box-shadow: none;
    }

    .survey-table-panel .sponsor-vendor-table tbody > tr.child > td,
    .survey-table-panel .sponsor-vendor-table tbody > tr.child > td.child {
        background: #fff;
        border: 1px solid #dff3f0 !important;
        border-radius: 0 0 8px 8px;
        display: table-cell;
        padding: 0 !important;
    }

    .survey-table-panel .sponsor-vendor-table ul.dtr-details {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .survey-table-panel .sponsor-vendor-table ul.dtr-details > li {
        align-items: center;
        border-bottom: 1px solid #eef2f7;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(92px, 42%) minmax(0, 1fr);
        margin: 0;
        padding: 10px 12px;
    }

    .survey-table-panel .sponsor-vendor-table ul.dtr-details > li:last-child {
        border-bottom: 0;
    }

    .survey-table-panel .sponsor-vendor-table .dtr-title {
        color: #243b5c;
        font-weight: 800;
        min-width: 0;
    }

    .survey-table-panel .sponsor-vendor-table .dtr-data {
        color: #374151;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .sponsor-request-list-panel table {
        table-layout: auto;
    }

    .sponsor-request-list-panel .sponsor-vendor-table thead {
        display: none !important;
    }

    .sponsor-request-list-panel .sponsor-vendor-table tbody > tr:not(.child) > td:last-child {
        text-align: left;
    }

    .sponsor-request-list-panel .sponsor-vendor-table tbody td {
        white-space: normal;
    }
}

@media (max-width: 991px) {
    .sponsor-plan-field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sponsor-vendor-page .search-result-eventbox .event-name-pic-area img {
        height: 90px;
        width: 90px;
    }
}

@media (max-width: 768px) {
    .sponsor-plan-field-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .sponsor-plan-event-dashboard .sponsor-plan-insight-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-request-dashboard .sponsor-plan-insight-grid {
        grid-template-columns: 1fr;
    }

    .sponsor-plan-event-dashboard .sponsor-plan-insight-card {
        min-height: 82px;
    }
}
