.top-casino-campaign-list-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.casino-logo-wrapper {
    width: 200px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
    position: relative;
}

.player-choice-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ffd700;
    color: #000;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

.top-casino-campaign-list-item_logo {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.top-casino-campaign-list-item_key-features {
    flex: 1;
    padding: 10px;
}

.top-casino-campaign-list-item_key-features h3 {
    color: #45108a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.top-casino-campaign-list-item_key-features p {
    font-weight: bold;
    margin-bottom: 5px;
}

.top-casino-campaign-list-item_key-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.top-casino-campaign-list-item_key-features li {
    position: relative;
    padding-left: 20px;
    margin: 3px 0;
}

.top-casino-campaign-list-item_key-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
}

.top-casino-campaign-list-item_cta-btn {
    align-self: center;
    margin: 0 20px;
    padding: 12px 30px;
    background-color: #ff9800;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

.top-casino-campaign-list-item_cta-btn:after {
    content: "→";
    margin-left: 8px;
}

.top-casino-campaign-toppike-out {
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 1;
}

.top-casino-campaign-toppike-out-index {
    background: var(--accent-color);
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
    font-weight: bold;
}

.top-pick {
    background: #ffd700;
    color: black;
    padding: 5px 10px;
    border-border-radius: 4px;
    font-size: 0.8rem;
    margin-top: 5px;
}

/* Hero Section */
.home-page__hero-wrapper {
    color: white;
    margin: 0 auto;
    padding: 5px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.home-page__hero-title-summary {
    max-width: 600px;
    text-align: left;
}

.home-page__hero-title {
    font-size: 48px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 1.2;
}

.home-page__hero-summary {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
}

.home-page__hero-image {
    max-width: 100%;
    height: auto;
}

.home-page__hero-image__desktop {
    width: 400px;
    height: auto;
}

.home-page__hero-image__mobile {
    display: none;
}

/* Footer Styles */
.casino-page__footer {
    background: #1b0b3d;
    color: var(--text-color);
    padding: 10px 0;
    text-align: center;
}

.footer-logo {
    margin-bottom: 8px;
}

.footer-logo img {
    height: 35px;
    width: auto;
}

.footer-regulators-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-regulator-link img,
.footer-regulator-item {
    height: 30px;
    width: auto;
    opacity: 0.7;
}

/* Casino Kartları */
.top-casino-campaign-shortcode-table {
    margin-top: -10px;
}

/* Header ve Hero Bölümü */
.casino-page__header {
    background: linear-gradient(135deg, #4a1e9e 0%, #7d42ff 100%);
    padding: 10px 0;
}

.header-logo {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Filtre Bölümü */
.campaign-shortcode-table_filter-section {
    display: flex;
    gap: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.campaign-shortcode-table_filter-list {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
}

.campaign-shortcode-table_filter-list-item {
    padding: 8px 16px;
    background: #3a1880;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.campaign-shortcode-table_filter-list-item.active_brand_filter {
    background: #ffa500;
    color: white;
}

.campaign-shortcode-table_filter-list-item img {
    width: 18px;
    height: 18px;
}

/* Tablet için (768px'e kadar) */
@media screen and (max-width: 768px) {
    .home-page__hero-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .home-page__hero-title-summary {
        max-width: 100%;
        text-align: center;
    }

    .home-page__hero-title {
        font-size: 32px;
    }

    .home-page__hero-image__desktop {
        width: 300px;
    }

    .top-casino-campaign-list-item {
        flex-direction: column;
    }

    .casino-logo-wrapper {
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .top-casino-campaign-list-item_logo {
        max-width: 200px;
        margin: 0 auto;
    }

    .top-casino-campaign-list-item_key-features {
        padding: 15px;
    }

    .top-casino-campaign-list-item_cta-btn {
        width: calc(100% - 30px);
        margin: 0 15px 15px;
        text-align: center;
    }

    .footer-regulators-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-regulator-link img,
    .footer-regulator-item {
        height: 25px;
    }
}

/* Mobil için (480px'e kadar) */
@media screen and (max-width: 480px) {
    .header-logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .header-logo img {
        width: 150px;
        margin: 0 auto;
    }

    .home-page__hero-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding-bottom: 0px;
    }

    .home-page__hero-title-summary {
        max-width: 60%;
        text-align: left;
    }

    .home-page__hero-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .home-page__hero-summary {
        display: none;
    }

    .home-page__hero-image__desktop {
        display: block;
        width: 35%;
        max-width: 150px;
    }

    .campaign-shortcode-table_filter-section {
        overflow-x: auto;
        margin-top: 0;
    }

    .campaign-shortcode-table_filter-list {
        white-space: nowrap;
        gap: 15px;
    }

    .campaign-shortcode-table_filter-list-item {
        padding: 8px 15px;
        min-width: auto;
        font-size: 14px;
    }

    .top-casino-campaign-list-item_key-features h3 {
        font-size: 16px;
    }

    .top-casino-campaign-list-item_key-features ul {
        font-size: 13px;
    }

    .player-choice-badge {
        font-size: 10px;
    }

    .footer-regulators-wrapper {
        gap: 15px;
        padding: 15px 10px;
    }

    .footer-regulator-link img,
    .footer-regulator-item {
        height: 20px;
    }
}

/* Küçük mobil cihazlar için (360px'e kadar) */
@media screen and (max-width: 360px) {
    .home-page__hero-title {
        font-size: 20px;
    }

    .campaign-shortcode-table_filter-list-item {
        padding: 6px 12px;
        font-size: 13px;
    }

    .top-casino-campaign-list-item_cta-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
} 