/* Ana Kapsayıcı ve Tema Fontu */
.ectaro-surcharge-widget {
    width: 100%;
    color: #0b132b; /* Ectaro laciverti */
    font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif; /* Ectaro font hiyerarşisi */
}

/* İKON DÜZELTMESİ: İkonların global fonttan etkilenip kaybolmasını önler */
.ectaro-surcharge-widget i,
.ectaro-surcharge-widget [class^="icon-"],
.ectaro-surcharge-widget [class^="fa-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", FontAwesome !important;
    font-weight: 900;
    font-style: normal;
}

.ectaro-surcharge-shell {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.ectaro-surcharge-trigger {
    margin-bottom: 24px;
}

.ectaro-surcharge-highlight-link {
    position: relative;
    display: inline-block;
    padding: 0.05em 0.25em;
    color: #0b132b;
    font-size: 19px; /* 22px'den düşürüldü */
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    z-index: 1;
    transition: color 0.22s ease, transform 0.22s ease;
}

.ectaro-surcharge-highlight-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.45em;
    background: #FFC107; /* Ectaro sarısı */
    opacity: 0.9;
    z-index: -1;
    transition: height 0.22s ease, opacity 0.22s ease;
}

.ectaro-surcharge-highlight-link:hover {
    color: #000;
    transform: translateY(-1px);
}

.ectaro-surcharge-highlight-link:hover:before {
    height: 0.62em;
    opacity: 1;
}

.ectaro-surcharge-reveal {
    display: block;
}

.ectaro-surcharge-widget.is-collapsed .ectaro-surcharge-reveal {
    display: none;
}

.ectaro-surcharge-header {
    margin-bottom: 40px;
}

.ectaro-surcharge-title {
    margin: 0 0 14px;
    color: #0b132b;
    font-size: 45px; /* 48px'den düşürüldü */
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.5px;
}

.ectaro-surcharge-description {
    max-width: 760px;
    margin: 0;
    color: #4B5567;
    font-size: 17px; /* 20px'den düşürüldü */
    font-weight: 400;
    line-height: 1.5;
}

.ectaro-surcharge-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 16px 18px;
    border: 1px solid #DDE7F1;
    border-radius: 12px;
    background: #F4F7FB;
}

.ectaro-surcharge-info-icon {
    flex: 0 0 auto;
    color: #0b132b;
    font-size: 14px; /* 16px'den düşürüldü */
    line-height: 1.5;
}

.ectaro-surcharge-info-title {
    margin: 0 0 6px;
    color: #0b132b;
    font-size: 12px; /* 14px'den düşürüldü */
    font-weight: 800;
}

.ectaro-surcharge-info ul {
    margin: 0;
    padding-left: 18px;
    color: #4B5567;
    font-size: 12px; /* 14px'den düşürüldü */
    line-height: 1.6;
}

.ectaro-surcharge-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ectaro-surcharge-item {
    overflow: hidden;
    border: 1px solid #E2EAF3;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(11, 19, 43, 0.02); /* Hafif modern gölge */
    transition: border-color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s;
}

.ectaro-surcharge-item:hover {
    border-color: #BFD0E3;
    background: #FBFDFF;
    box-shadow: 0 4px 12px rgba(11, 19, 43, 0.04);
}

.ectaro-surcharge-item.is-active {
    border-color: #0b132b;
    background: #FFFFFF;
}

.ectaro-surcharge-accordion-button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-height: 96px;
    padding: 20px 30px;
    border: 0;
    background: transparent;
    color: #0b132b;
    cursor: pointer;
    text-align: left;
    box-shadow: none;
}

.ectaro-surcharge-accordion-button:hover,
.ectaro-surcharge-accordion-button:focus {
    background: transparent;
    color: #0b132b;
    outline: none;
}

.ectaro-surcharge-heading {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.ectaro-surcharge-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px; /* Orantılı küçültüldü */
    height: 58px;
    min-height: 58px;
    overflow: hidden;
    border: 1px solid #DDE7F1;
    border-radius: 999px;
    background: #F4F7FB;
    color: #0b132b;
    font-size: 19px; /* 22px'den düşürüldü */
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.ectaro-surcharge-badge i,
.ectaro-surcharge-badge svg {
    display: block;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 1;
}

.ectaro-surcharge-badge img {
    display: block;
    width: 76%;
    max-width: 76%;
    height: 76%;
    max-height: 76%;
    border-radius: 999px;
    object-fit: contain;
}

.ectaro-surcharge-carrier {
    display: block;
    min-width: 0;
    margin: 0;
    color: #0b132b;
    font-size: 19px; /* 22px'den düşürüldü */
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.ectaro-surcharge-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #F2ECFF;
    color: #0b132b;
    font-size: 26px; /* 30px'dan düşürüldü */
    font-weight: 300;
    line-height: 1;
    transition: background-color 0.22s ease, color 0.22s ease;
}

.ectaro-surcharge-item:hover .ectaro-surcharge-toggle-icon,
.ectaro-surcharge-item.is-active .ectaro-surcharge-toggle-icon {
    background: #0b132b;
    color: #FFFFFF;
}

.ectaro-surcharge-content {
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    background: #FFFFFF;
    opacity: 0;
    transition: max-height 0.38s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.ectaro-surcharge-item.is-active .ectaro-surcharge-content {
    border-top-color: transparent;
    opacity: 1;
}

.ectaro-surcharge-content-inner {
    padding: 12px 30px 24px;
}

.ectaro-surcharge-content-inner > *:first-child {
    margin-top: 0;
}

.ectaro-surcharge-content-inner > *:last-child {
    margin-bottom: 0;
}

.ectaro-surcharge-content-inner h3,
.ectaro-surcharge-content-inner h4 {
    margin: 0 0 10px;
    color: #0b132b;
    font-weight: 800;
    line-height: 1.35;
}

.ectaro-surcharge-content-inner h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #EDF1F6;
    font-size: 16px; /* 18px'den düşürüldü */
}

.ectaro-surcharge-content-inner h4 {
    font-size: 14px; /* 16px'den düşürüldü */
}

.ectaro-surcharge-content-inner p,
.ectaro-surcharge-content-inner li {
    color: #4B5567;
    font-size: 13px; /* 15px'den düşürüldü */
    line-height: 1.6;
}

.ectaro-surcharge-content-inner p {
    margin: 0 0 14px;
}

.ectaro-surcharge-content-inner strong {
    color: #0b132b;
    font-weight: 800;
}

.ectaro-surcharge-content-inner i,
.ectaro-surcharge-summary i,
.ectaro-surcharge-info i {
    display: inline-block;
    color: #0b132b;
    line-height: 1;
}

.ectaro-surcharge-content-inner table {
    width: 100%;
    border-collapse: collapse;
    color: #0b132b;
    font-size: 13px; /* 15px'den düşürüldü */
    text-align: left;
}

.ectaro-surcharge-content-inner th {
    padding: 12px 16px;
    border-bottom: 1px solid #0b132b;
    background: transparent;
    color: #0b132b;
    font-size: 12px; /* 14px'den düşürüldü */
    font-weight: 800;
}

.ectaro-surcharge-content-inner td {
    padding: 16px;
    border-top: 1px solid #EDF1F6;
    color: #4B5567;
    vertical-align: middle;
}

.ectaro-surcharge-content-inner tr:hover td {
    background: #FAFCFF;
}

.esa-section {
    margin-bottom: 28px;
}

.esa-grid,
.esa-grid-compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.esa-card,
.esa-muted-card,
.esa-info-card {
    border: 1px solid #EDF1F6;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: none;
}

.esa-card {
    padding: 16px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.esa-card:hover {
    border-color: #BFD0E3;
    background: #FBFDFF;
}

.esa-muted-card,
.esa-info-card {
    padding: 14px;
    background: #F8FAFC;
}

.esa-info-card {
    border-color: #DDE7F1;
    background: #F4F7FB;
}

.esa-info-card p,
.esa-info-card li {
    color: #4B5567;
}

.esa-list {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #EDF1F6;
    border-radius: 10px;
    background: #F8FAFC;
    list-style: none;
}

.esa-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid #EDF1F6;
}

.esa-list li:last-child {
    border-bottom: 0;
}

.esa-bullets {
    margin: 0;
    padding-left: 16px;
}

.esa-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.esa-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid #EDF1F6;
    border-radius: 999px;
    background: #F8FAFC;
    color: #4B5567;
    font-size: 11px; /* 13px'den düşürüldü */
    line-height: 1.4;
}

.esa-red {
    color: #DC2626 !important;
    font-weight: 800;
}

.esa-green-note {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #D8F3E2;
    border-radius: 8px;
    background: #F3FBF6;
    color: #166534;
    font-size: 11px; /* 13px'den düşürüldü */
    line-height: 1.5;
}

.esa-row-table {
    display: grid;
    gap: 0;
}

.esa-row,
.esa-row-head {
    display: grid;
    grid-template-columns: 64px 1.25fr 2.35fr 0.9fr;
    gap: 20px;
    align-items: center;
}

.esa-row-head {
    padding: 0 0 14px;
    border-bottom: 1px solid #0b132b;
    color: #0b132b;
    font-size: 13px; /* 15px'den düşürüldü */
    font-weight: 800;
}

.esa-row {
    min-height: 78px;
    padding: 16px 0;
    border-bottom: 1px solid #EDF1F6;
    color: #4B5567;
    font-size: 13px; /* 15px'den düşürüldü */
    transition: background-color 0.18s ease;
}

.esa-row:hover {
    background: #FAFCFF;
}

.esa-mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px; /* Küçültüldü */
    height: 44px;
    border: 1px solid #E6D8FF;
    border-radius: 999px;
    background: #F2ECFF;
    color: #0b132b;
    font-size: 18px; /* 20px'den düşürüldü */
}

.esa-mini-icon i {
    display: block;
    color: #0b132b;
    font-size: 18px;
    line-height: 1;
}

.esa-text-right {
    text-align: right;
}

.ectaro-surcharge-summary {
    margin-top: 30px;
    padding: 24px;
    border: 1px solid #E2EAF3;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: none;
}

.ectaro-surcharge-summary-title {
    margin: 0 0 20px;
    color: #0b132b;
    font-size: 21px; /* 24px'den düşürüldü */
    font-weight: 800;
    line-height: 1.25;
}

.ectaro-surcharge-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ectaro-surcharge-summary h3,
.ectaro-surcharge-summary h4 {
    margin: 0 0 10px;
    color: #0b132b;
    font-size: 15px; /* 17px'den düşürüldü */
    font-weight: 800;
}

.ectaro-surcharge-summary p,
.ectaro-surcharge-summary li {
    color: #4B5567;
    font-size: 12px; /* 14px'den düşürüldü */
    line-height: 1.6;
}

.ectaro-surcharge-summary ul {
    margin: 0;
    padding-left: 18px;
}

.ectaro-surcharge-summary-box {
    height: 100%;
    padding: 16px;
    border: 1px solid #EDF1F6;
    border-radius: 10px;
    background: #F8FAFC;
}

.ectaro-surcharge-summary-notes {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #EDF1F6;
}

.ectaro-surcharge-summary-notes p {
    margin: 0;
    font-size: 11px; /* 12px'den düşürüldü */
}

@media (max-width: 767px) {
    .ectaro-surcharge-title {
        font-size: 32px;
    }

    .ectaro-surcharge-description {
        font-size: 15px;
    }

    .ectaro-surcharge-accordion-button {
        grid-template-columns: minmax(0, 1fr) 34px;
        min-height: 74px;
        gap: 12px;
        padding: 14px;
    }

    .ectaro-surcharge-heading {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
    }

    .ectaro-surcharge-badge {
        width: 44px;
        height: 44px;
        min-height: 44px;
        font-size: 18px;
    }

    .ectaro-surcharge-carrier {
        font-size: 16px;
    }

    .ectaro-surcharge-toggle-icon {
        width: 34px;
        height: 34px;
        font-size: 22px;
    }

    .ectaro-surcharge-content-inner table {
        min-width: 500px;
    }
}