@media screen and (min-width: 769px) {
  .hide-on-mobile {
    display: inline-block;
    visibility: visible;
  }
  .hide-on-desktop {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1600px) {
  .page-padding {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header div {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .headerSection .mainNavigation__links {
    max-height: 75vh;
  }
}
@media screen and (min-width: 790px) {
  .headerSection  {
    min-width: 660px;
  }
}
@media screen and (min-width: 950px) {
  .headerSection .headerSection__shopData > span:nth-child(1),
  .headerSection .headerSection__shopData > span:nth-child(2) {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .headerSection  {
    min-width: 880px;
  }
}
@media screen and (min-width: 1220px) {
  .headerSection  {
    min-width: 1100px;
  }
}
@media screen and (min-width: 1400px) {
  .headerSection.headerSection__bg > .headerSection__row {
    max-width: 1400px;
    margin: 0 auto;
  }
  .headerSection  {
    min-width: 1150px;
  }
}
@media screen and (min-width: 1400px) {
  .customer__flexboxContainer {
    max-width: 1400px;
    margin: 70px auto;
  }
  .customer .customer__menu {
    padding-left: 0;
    align-self: flex-start;
  }
  .customer .customer__orderContent {
    width: 1140px;
    margin-left: calc(50% - 700px);
  }
}
@media screen and (min-width: 950px) {
  .customer .customer__menu ul {
    min-width: 235px;
  }
  .customer .customer__orderContent .orderContent__productDetails,
  .customer
    .customer__orderContent
    .orderContent__productsRow.orderContent__titleRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .customer .customer__orderContent .orderContent__productDetails span {
    margin: 0;
    padding: 0;
    line-height: 2;
  }
  .customer .customer__orderContent .customer__title,
  .customer .customer__orderContent .orderContent__price {
    min-width: 122px;
    text-align: center;
  }
  .customer .customer__orderContent .customer__title:first-of-type {
    text-align: left;
  }
  .customer .customer__orderContent .customer__title {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 8px;
  }
  .customer
    .customer__orderContent
    .orderContent__additionalInformation
    .customer__title {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 25px;
  }
  .hide-on-mobile-order {
    display: inline-block;
    visibility: visible;
  }
  .hide-on-desktop-order {
    display: none;
    visibility: hidden;
  }
  .customer .customer__orderContent .orderContent__productsRow {
    width: 100%;
    position: relative;
  }
  .customer .orderContent__deliveryInfo {
    justify-content: flex-start;
    width: 53%;
  }
  .customer .orderContent__summary {
    width: 40%;
  }
  .customer .orderContent__additionalInformation {
    display: flex;
    justify-content: space-between;
  }
  .customer .customer__orderContent .orderContent__productTitle {
    width: 30%;
  }
  .customer .orderContent__complainBtn {
    position: absolute;
    bottom: 8px;
  }
  .customer__orderContent .orderContent__productsRow {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 870px) and (max-width: 949px) {
  .customer .customer__orderContent .orderContent__productsRow {
    width: 280px;
  }
  .customer .customer__orderContent .orderContent__productsTable {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .customer
    .customer__orderContent
    .orderContent__productsRow.orderContent__titleRow {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .customer .customer__contentSection.customer__contentBox.editSection-js {
    width: 80%;
    max-width: 630px;
    padding: 70px 110px 50px;
  }
  .customer
    .customer__contentSection.customer__contentBox.editSection-js
    .customer__contentSection--edit {
    right: 95px;
    top: 55px;
  }
  .customer .orderContent__deliveryInfo {
    display: flex;
    flex-wrap: nowrap;
  }
  .customer .orderContent__deliveryPayment {
    width: 50%;
  }
  .customer .complaints .complaints__productBox,
  .customer .customerReviews .reviews__productBox,
  .customer .wishList .wishList__productBox {
    width: 375px;
  }
  .customer .customer__addresses .customer__contentBox {
    width: 310px;
  }
  .customer .activeOrders,
  .customer .complaints,
  .customer .completedOrders,
  .customer .customerReviews,
  .customer .customer__addresses,
  .customer .customer__consents,
  .customer .loyaltyProgram,
  .customer .wishList {
    display: flex;
    flex-wrap: wrap;
  }
  .customer .complaints > .customer__title,
  .customer .customerReviews > .customer__title,
  .customer .customer__emptySectionTitle,
  .customer .loyaltyProgram > .customer__title,
  .customer .wishList > .customer__title {
    width: 100%;
  }
  .customer .customerReviews > .customer__title {
    margin-top: -38px;
  }
  .customer .activeOrders .customer__contentSection,
  .customer .completedOrders .customer__contentSection,
  .customer .loyaltyProgram .customer__contentSection {
    width: 280px;
  }
  .customer
    .smallBoxesSection
    .customer__contentSection.customer__contentBox
    span:nth-child(2) {
    padding: 15px 0 60px;
  }
  .customer
    .customer__orderContent
    .popupDialog__complain
    .popupDialog__wrapper {
    max-width: 560px;
  }
  .customer
    .customer__orderContent
    .popupDialog__complain
    .popupDialog__wrapper
    .complain__form {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 949px) {
  .hide-on-mobile-order {
    display: none;
    visibility: hidden;
  }
  .hide-on-desktop-order {
    display: inline-block;
    visibility: visible;
  }
  .customer .orderContent__deliveryInfo {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .contactSection__grid {
    grid-gap: 120px 80px;
  }
}
@media only screen and (max-width: 1150px) {
  .comparerContainer .fourItems .buttons .addToCartButton {
    display: inline-block !important;
    width: auto !important;
    padding: 8px 15px !important;
  }
  .comparerContainer .fourItems .buttons .addToFavouriteButton {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1050px) {
  .buttons {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100% - 20px) !important;
  }
}
@media only screen and (max-width: 970px) {
  .row .property {
    border-right: none;
  }
  .row section {
    width: 75% !important;
  }
  .row section .comparerSlider {
    width: 50% !important;
  }
  .row section .lastProduct {
    border-right: 1px solid #ff9181 !important;
  }
  .comparerSlider .slick-track {
    height: calc(100% - 1px) !important;
  }
  .copmarerContainer .topSection-info .buttons {
    width: calc(100% - 40px);
  }
  .copmarerContainer .topSection-info .removeItem {
    right: 20px;
  }
  .copmarerContainer .topSection-info .productName,
  .copmarerContainer .topSection-info .buttons {
    margin-left: 20px;
    margin-right: 20px;
  }
  .copmarerContainer .topSection-info .productPrice,
  .copmarerContainer .topSection-info .previousPrice {
    margin-left: 20px;
    display: block;
  }
  .copmarerContainer .topSection-info .previousPrice {
    height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .advancedSearch {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .advancedSearch .search {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1105px) {
  .advancedSearch
    .propertyContainer
    .productFeaturesContainer
    .productFeatures
    span {
    flex: 0 1 43%;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .banner2__title__small {
    -webkit-line-clamp: 2 !important;
  }
}
@media screen and (min-width: 769px) {
  .mobileImage2 {
    display: none;
    visibility: hidden;
  }
  .desktopImage2 {
    display: block;
    visibility: visible;
  }
}
@media only screen and (max-width: 1400px) {
  .product-details {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1077px) {
  .addToComparePopup {
    width: 50% !important;
  }
}
@media only screen and (min-width: 769px) {
  .product-flags span:nth-child(n + 4) {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .cartSteps {
    width: 94%;
    margin: 0 auto;
  }
  .cartSteps__line {
    width: 4% !important;
    margin: 5px 10px !important;
  }
  .cartStep__name {
    font-size: 12px;
  }
  .cartContainer {
    width: 92vw;
  }
}
@media screen and (max-width: 1300px) {
  .unfinishedPayment .thankYou__form {
    width: 80% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  main {
    max-width: 99%;
  }
  .cartInfo {
    width: 100%;
  }
  .deliveryMethod__container,
  .paymentMethod__container {
    min-width: 140px;
  }
  .deliverySetCountryInfo {
    width: 80% !important;
  }
  .messageAndAttachments {
    width: 100% !important;
  }
  .cartContainer > .productsList .cart__qty-box .cart__qty-col {
    width: 20px !important;
    height: 10px !important;
    padding: 5px 5px 20px 5px !important;
  }
  .cartContainer > .productsList .cart__qty-box .js-value {
    width: 50px !important;
    height: 10px !important;
  }
  .customerData .cart__receiver-address,
  .customerData .cart__invoice-box {
    width: 100% !important;
  }
  .customerData .cart__receiver-address .js-save-address-form,
  .customerData .cart__invoice-box .js-save-address-form {
    width: auto !important;
  }
  .finishOrder .cart__list-item--products {
    margin-right: 0 !important;
  }
  .summaryPrice > .name,
  .summaryPrice > .value {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .cartContainer .summaryDetails div {
    font-size: 12px;
  }
  .cartContainer .summaryPrice > * {
    font-size: 16px !important;
  }
  .cartContainer .recalculatePointsPopup__container {
    width: 50% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1030px) {
  .productsList .cart__text--unit {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 880px) {
  .finishOrder__orderStatus__notDeterminedDeliveryCost {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 830px) {
  .registerContainer__title__authRequired {
    margin-top: 66px !important;
  }
}


/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.page-header {
    background: var(--gradient);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.page-header h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    opacity: 0.9;
    line-height: 1.4;
}

/* Breadcrumbs */
.breadcrumbs {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

/* Intro Section */
.intro-section {
    background: white;
    padding: 20px;
}

/* Author Section */
.author-section {
    background: white;
    padding: 20px;
}

.author-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.author-description {
    color: #555;
    line-height: 1.6;
}

/* Editable Elements */
.editable {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 20px;
}

.editable:hover {
    outline: 2px dashed var(--primary);
    outline-offset: 3px;
}

.edit-label {
    position: absolute;
    top: -28px;
    left: 0;
    background: var(--primary);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 100;
    font-weight: 500;
}

.editable:hover .edit-label {
    opacity: 1;
}

/* Casino Cards Styles */
.casinos-section {
    background: white;
    overflow: hidden;
}

.section-header {
    background: var(--primary);
    color: white;
    padding: 25px 30px;
    text-align: center;
}

.section-header h2 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 600;
}

.cards-container {
    padding: 15px;
}

.casino-card {
    display: flex;
    align-items: center;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: white;
    transition: all 0.3s ease;
    position: relative;
}

.casino-card:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.casino-card:hover .delete-btn {
    opacity: 1;
}

.casino-logo {
    width: 120px;
    height: 80px;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.casino-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.casino-logo-placeholder {
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 1.2;
}

.card-content {
    flex: 1;
    margin-right: 25px;
    min-width: 0;
}

.card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.card-bonus {
    background: #e8f5e8;
    color: #2d5016;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}

.card-description {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.card-features {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.feature-tag {
    background: #f0f0f0;
    color: #555;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
}

.action-button {
    background: #28a745;
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    min-width: 120px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.action-button:hover {
    background: #218838;
    transform: translateY(-1px);
}

/* Content Styles */
.additional-content {
    margin: 0;
}

.content-section {
    background: white;
    padding: 20px;
    margin: 0;
    position: relative;
}

.content-section:hover .delete-btn,
.content-section:hover .add-btn {
    opacity: 1;
}

.content-section h2 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.content-section h3 {
    color: #333;
    font-size: 1.4rem;
    margin: 25px 0 15px 0;
    font-weight: 600;
}

.content-section h4 {
    color: #333;
    font-size: 1.2rem;
    margin: 20px 0 12px 0;
    font-weight: 600;
}

.content-section h5 {
    color: #333;
    font-size: 1.1rem;
    margin: 18px 0 10px 0;
    font-weight: 600;
}

.content-section h6 {
    color: #333;
    font-size: 1rem;
    margin: 15px 0 8px 0;
    font-weight: 600;
}

.content-section p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

.content-section ul,
.content-section ol {
    margin: 15px 0;
    padding-left: 25px;
    color: #555;
}

.content-section li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.content-table th {
    background: var(--primary);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.content-table td {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
}

.content-table tr:last-child td {
    border-bottom: none;
}

.content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-container {
    text-align: center;
    margin: 20px 0;
}

.image-caption {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}

.content-section-wrapper {
  position: relative;
  margin: 20px 0;
}

.hover-add-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}

.add-btn-top,
.add-btn-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
  background: #27ae60;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.9;
  transition: all 0.2s ease;
}

.add-btn-top:hover,
.add-btn-bottom:hover {
  opacity: 1;
  transform: translateX(-50%) scale(1.1);
}

.add-btn-top { top: -14px; }
.add-btn-bottom { bottom: -14px; }

/* Responsive Styles */
@media (max-width: 768px) {
    .admin-panel {
        width: 100%;
        right: -100%;
    }

    .casino-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .casino-logo {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100px;
        height: 70px;
    }

    .card-content {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .author-info {
        flex-direction: column;
        text-align: center;
    }

    .author-avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .intro-section,
    .author-section,
    .content-section {
        padding: 15px;
    }

    .cards-container {
        padding: 10px;
    }

    .page-header h1 {
        font-size: 1.8rem;
    }

    .page-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .casino-card {
        padding: 15px;
    }

    .cards-container {
        padding: 5px;
    }

    .intro-section,
    .author-section,
    .content-section {
        padding: 10px;
    }

    .admin-content {
        padding: 15px;
    }

    .edit-modal-content {
        padding: 20px;
        width: 95%;
    }
}

/* CSS Variables */
:root {
    --primary: #3498db;
    --gradient: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
}

[data-theme="default"] {
    --primary: #3498db;
    --gradient: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
}

[data-theme="crypto"] {
    --primary: #F7931A;
    --gradient: linear-gradient(135deg, #F7931A 0%, #FF6B35 100%);
}

[data-theme="poker"] {
    --primary: #e74c3c;
    --gradient: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
}

[data-theme="sports"] {
    --primary: #27ae60;
    --gradient: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}