.tp-product-category-thumb a {
  border-radius: 5%;
}

.tp-category-area .container {
  margin-top: 22px;
}

/* Poga hover */
.tp-category-menu-btn:hover {
  background-color: var(--tp-theme-primary) !important;
}

/* Kategorijas nosaukuma links */
.tp-category-main-title a {
  color: var(--tp-common-white);
  text-decoration: none;
}

/* Hover efekts uz nosaukuma */
.tp-category-main-item:hover,
.tp-category-main-title a:hover {
  color: #fff !important;
}

.tp-category-main-content {
  background-color: rgba(0, 0, 0, 0.6); /* melns ar 60% necaurspīdīgumu */
  color: #fff; /* balts teksts */
  bottom: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}

/* Hover efekts – tumšāks fons un nedaudz spilgtāks teksts */
.tp-category-main-item:hover .tp-category-main-content {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

/* Teksts nedaudz biezāks */
.tp-category-main-content h4,
.tp-category-main-content a {
  font-weight: 600;
  color: #fff;
}

/* Kategorijas teksta krāsa */
.tp-category-main-item {
  color: #EAE3DA;
}

/* Kategorijas pogas stils */
.tp-category-menu-btn {
  background-color: #fff;
  color: #000000;
  border: none;
  transition: background-color 0.3s ease;
}
.brand-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.brand-logos img {
  height: 40px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.2s ease-in-out;
}

.brand-logos img:hover {
  opacity: 1;
}

/* ===== Konica Minolta draiveru bloks ===== */
.driver-block {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #222;
  line-height: 1.6;
}

/* Virsraksts */
.title-section {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0073aa;
  margin-bottom: 30px;
}

/* ===== Konica Minolta draiveru bloks ===== */
.driver-block {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #222;
  line-height: 1.6;
  padding: 0px 20px;
}

/* Virsraksts */
.title-section {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0073aa;
  margin-bottom: 30px;
}

/* Virsraksts ar ikonu */
.driver-block p.h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
  margin-top:30px;
}

/* Multi-kolonnas */
.driver-block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.driver-block ul li {
  padding-top:2px;
  padding-bottom:2px;
  border-radius: 4px;
  transition: all 0.2s ease;
  list-style: none;
}

.driver-block ul li a {
  color: #0073aa;
  font-weight: 500;
}

.driver-block ul li a:hover {
  color: #0083aa;
  font-weight: 500;
  text-decoration:underline;
}

/* CTA poga */
.cta {
  text-align: center;
  margin-top: 40px;
}

.download-btn {
  display: inline-block;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.download-btn:hover {
  background: #005d8c;
  transform: scale(1.03);
}