.promotion-route,
.promotion-route .container-fluid.icerik {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.promotion-layout {
    display: block !important;
}

.promotion-layout > .col-md-3 {
    display: none !important;
}

.promotion-layout > .promotion-page-column {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.promotion-shell,
.promotion-layout,
.promotion-page-column,
.promotion-page,
.promotion-page * {
    box-sizing: border-box;
}

.promotion-page-column {
    padding-left: 15px;
    padding-right: 0;
}

.promotion-page {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #173043;
}

.promotion-page-header {
    margin: 0 0 18px;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #cfe4ed;
    border-left: 5px solid #10b5d3;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(20, 72, 91, .08);
}

.promotion-eyebrow {
    display: block;
    margin: 0 0 7px;
    color: #0798b5;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0;
}

.promotion-page-header h1 {
    margin: 0 0 7px;
    color: #102c3e;
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0;
}

.promotion-page-header p {
    margin: 0;
    color: #587080;
    font-size: 14px;
    line-height: 21px;
}

.promotion-feed {
    background: #ffffff;
    border: 1px solid #cfe4ed;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(20, 72, 91, .08);
}

.promotion-entry {
    display: block;
    margin: 0;
    padding: 22px;
    border-bottom: 1px solid #dceaf0;
}

.promotion-entry:last-child {
    border-bottom: 0;
}

.promotion-media {
    width: 100%;
    margin: 0 0 18px;
    overflow: hidden;
    background: #0f293a;
    border: 1px solid #bcd7e2;
    border-radius: 3px;
}

.promotion-media img,
.promotion-media video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 560px;
    margin: 0 auto;
    object-fit: contain;
    background: #0f293a;
}

.promotion-copy {
    position: relative;
    padding-left: 48px;
}

.promotion-index {
    position: absolute;
    left: 0;
    top: 2px;
    width: 34px;
    height: 28px;
    color: #ffffff;
    background: #10b5d3;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.promotion-copy h2 {
    margin: 0 0 8px;
    color: #102c3e;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
}

.promotion-summary {
    margin: 0 0 10px;
    color: #285166;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.promotion-content {
    color: #5b7280;
    font-size: 13px;
    line-height: 21px;
}

.promotion-empty {
    padding: 48px 24px;
    background: #ffffff;
    border: 1px solid #cfe4ed;
    border-radius: 4px;
    color: #587080;
    text-align: center;
}

.promotion-empty i,
.promotion-empty strong,
.promotion-empty span {
    display: block;
}

.promotion-empty i {
    margin-bottom: 12px;
    color: #10b5d3;
    font-size: 32px;
}

.promotion-empty strong {
    margin-bottom: 5px;
    color: #173043;
    font-size: 16px;
}

@media (max-width: 991px) {
    .promotion-route .container-fluid.icerik > .container,
    .promotion-shell {
        width: calc(100% - 24px) !important;
        max-width: calc(100% - 24px) !important;
        min-width: 0 !important;
        margin-right: 12px !important;
        margin-left: 12px !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
        overflow: hidden;
    }

    .promotion-layout > .promotion-page-column,
    .promotion-page {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .promotion-page-header p,
    .promotion-summary,
    .promotion-content,
    .promotion-empty span {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .promotion-page-column {
        padding: 0 !important;
    }
}

@media (max-width: 600px) {
    .promotion-page-header,
    .promotion-entry {
        padding: 16px;
    }

    .promotion-page-header h1 {
        font-size: 23px;
        line-height: 29px;
    }

    .promotion-copy {
        padding-left: 0;
    }

    .promotion-index {
        position: static;
        display: block;
        margin-bottom: 8px;
    }

    .promotion-copy h2 {
        font-size: 18px;
        line-height: 24px;
    }
}
