.elementor-2071 .elementor-element.elementor-element-72641151{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2071 .elementor-element.elementor-element-d89e968{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-primary );}.elementor-2071 .elementor-element.elementor-element-d90c4c2{--spacer-size:50px;}@media(min-width:768px){.elementor-2071 .elementor-element.elementor-element-72641151{--content-width:1200px;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-2071 .elementor-element.elementor-element-d89e968{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-de93967 */.usa-complete-wrapper {
    max-height: 85vh;
    overflow: auto;
    border: 3px solid #002868; /* Navy Blue */
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    margin: 25px 0;
    font-family: 'Segoe UI', system-ui, sans-serif;
    background-color: #fff;
}

.usa-main-title {
    background: linear-gradient(135deg, #002868 0%, #bf0a30 100%);
    color: white;
    padding: 25px;
    text-align: center;
    border-bottom: 5px solid #fff;
}

.usa-title-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.usa-text-wrapper h2 {
    margin: 0; font-size: 24px; font-weight: 800; color: #fff !important; text-transform: uppercase; letter-spacing: 1px; text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.usa-master-table {
    width: 100%; border-collapse: collapse; font-size: 13px; white-space: nowrap; font-weight: 400;
}

.usa-top-row th {
    background: #002868; color: #ffffff; padding: 15px; text-transform: uppercase; font-size: 11px; letter-spacing: 0.5px;
}

.usa-sticky-header th {
    position: sticky; top: 0; background: #fff; color: #bf0a30;
    padding: 12px; border-bottom: 3px solid #bf0a30; z-index: 20; font-weight: 800;
}

.usa-school-divider td {
    background: #f4f6f9; color: #002868; font-weight: 900; font-size: 15px;
    padding: 15px 20px; text-align: left; border-left: 8px solid #bf0a30; border-top: 1px solid #ddd;
}

.usa-promo-row td {
    background: #fff5f5; color: #d63031; font-weight: 700; text-align: center;
    padding: 12px; font-style: italic; border-bottom: 1px solid #eee; font-size: 13px;
}

.usa-master-table td {
    padding: 12px 10px; border: 1px solid #e1e4e8; text-align: center; color: #2d3436;
}

/* İlk iki sütunu mobilde sabitleme */
.usa-master-table td:nth-child(1),
.usa-master-table td:nth-child(2) {
    position: sticky; left: 0; background: #fff; z-index: 10; font-weight: 600;
}
.usa-master-table td:nth-child(2) { left: 90px; border-right: 2px solid #eee; }

.usa-master-table tr:hover td { background-color: #f1f8ff !important; }

/* Scrollbar */
.usa-complete-wrapper::-webkit-scrollbar { width: 8px; height: 8px; }
.usa-complete-wrapper::-webkit-scrollbar-thumb { background: #002868; border-radius: 10px; }/* End custom CSS */