.elementor-kit-2{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
.bookmaker-container-custom .bookmaker-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid #f1f1f1;
    margin-bottom: 16px;
    flex-wrap: wrap;
    overflow: hidden;
}

.bookmaker-container-custom .rank {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    background: #0d1b3e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 10; /* Ensures it is above other elements */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Adds subtle shadow for better visibility */
}

.bookmaker-container-custom .logo-section {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
}

.bookmaker-container-custom .logo-section img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.bookmaker-container-custom .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.bookmaker-container-custom .content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.bookmaker-container-custom .content li {
    margin-bottom: 8px;
}

.bookmaker-container-custom .promo-box {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookmaker-container-custom .promo-box button {
    width: auto;
    white-space: nowrap;
    background: #f97316;
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 12px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    height: 44px;
    text-transform: uppercase;
    line-height: 1.2;
}

.bookmaker-container-custom .promo-box button:hover {
    background: #f97316;
}

@media (max-width: 768px) {
    .bookmaker-container-custom .bookmaker-card {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 16px;
    }
    .bookmaker-container-custom .logo-section,
    .bookmaker-container-custom .content,
    .bookmaker-container-custom .promo-box {
        width: 100%;
    }
    .bookmaker-container-custom .rank {
        left: 10px;
        top: 10px;
    }
}
</style>/* End custom CSS */