/* Promotions page styles */
body.path-aktsii {
  overflow-x: hidden;
}

.path-aktsii main.pb-5.pt-5.cmaauto-inner-page {
  padding: 0 !important;
  margin: -80px 0 0 0 !important;
}

.path-aktsii main .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.path-aktsii .row {
  margin: 0 !important;
}

.path-aktsii .col-lg-12 {
  padding: 0 !important;
}

.path-aktsii .region-content {
  margin: 0 !important;
  padding: 0 !important;
}

.path-aktsii .views-element-container {
  margin: 0 !important;
  padding: 0 !important;
}

.cma-promotions-page {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.cma-promotions-page .breadcrumb-area {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cma-promotions-page .breadcrumb-bg {
  background-image: url('../assets/img/akcii.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 348px;
  overflow: hidden;
}

.cma-promotions-page .breadcrumb-txt {
  padding: 153px 0px 95px;
  position: relative;
  z-index: 2;
}

.cma-promotions-page .breadcrumb-txt h1 {
  padding-top: 0;
}

.cma-promotions-page .breadcrumb-bg .breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 27, 42, 0.7);
  z-index: 1;
}

.cma-promotions-page .breadcrumb-bg .container {
  position: relative;
  z-index: 2;
}

.cma-promotions-page .breadcrumb-links {
  display: none !important;
}

.cma-promotions-page .breadcrumb-links::before,
.cma-promotions-page .breadcrumb-links::after {
  display: none !important;
}

.promotions-section {
  padding: 60px 0;
  background-color: #f6f7f9;
}

.cma-promotions-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cma-promotion-item {
  /* Individual promotion wrapper */
}

.cma-promotion-card {
  display: flex;
  gap: 30px;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.cma-promotion-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.cma-promotion-image {
  flex: 0 0 300px;
  max-width: 300px;
}

.cma-promotion-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.cma-promotion-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cma-promotion-date {
  font-size: 14px;
  color: #ff3737;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.cma-promotion-title {
  font-size: 28px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.cma-promotion-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cma-promotion-title a:hover {
  color: #ff3737;
}

.cma-promotion-body {
  font-size: 16px;
  line-height: 1.7;
  color: #5a6270;
}

.cma-promotion-body p {
  margin-bottom: 16px;
}

.cma-promotion-body p:last-child {
  margin-bottom: 0;
}

.promotions-empty {
  text-align: center;
  padding: 60px 20px;
  font-size: 18px;
  color: #5a6270;
}

/* Responsive styles */
@media only screen and (max-width: 991px) {
  .cma-promotion-card {
    flex-direction: column;
  }

  .cma-promotion-image {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .cma-promotion-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .promotions-section {
    padding: 40px 0;
  }

  .cma-promotions-list {
    gap: 30px;
  }

  .cma-promotion-card {
    padding: 20px;
  }

  .cma-promotion-title {
    font-size: 22px;
  }

  .cma-promotion-body {
    font-size: 15px;
  }
}
