/* Company Profile Page - Transport Express */
.module-wk_transportexpress-company,
.module-wk_transportexpress-company .columns-container,
.module-wk_transportexpress-company #columns,
.module-wk_transportexpress-company #center_column {
  background: #fff;
}

.module-wk_transportexpress-company #columns.container {
  width: 1200px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wk-te-company-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 0 50px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
}

.wk-te-company-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.wk-te-company-name {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 52px;
  margin: 0;
  color: #333;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0;
}

.wk-te-company-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 14px;
  background: #eef4f3;
  color: #1ca89e;
  font-size: 22px;
  font-weight: 700;
  flex: 0 0 auto;
}

.wk-te-company-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wk-te-company-hero {
  display: grid;
  grid-template-columns: minmax(0, 872px) 280px;
  align-items: start;
  gap: 16px;
  width: 1168px;
  max-width: 100%;
}

.wk-te-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  width: 100%;
}

.wk-te-gallery.has-thumbs {
  grid-template-columns: 181px minmax(0, 1fr);
}

.wk-te-gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 506px;
}

.wk-te-gallery-thumb {
  width: 181px;
  height: 135.68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f3f4f6;
  cursor: pointer;
  flex: 0 0 auto;
}

.wk-te-gallery-thumb.is-active {
  outline: 3px solid #1ca89e;
  outline-offset: -3px;
}

.wk-te-gallery-thumb img,
.wk-te-gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wk-te-gallery-main {
  width: 100%;
  height: 506.25px;
  overflow: hidden;
  background: #eef4f3;
}

.wk-te-gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.wk-te-gallery-placeholder span {
  color: #1ca89e;
  font-size: 82px;
  font-weight: 700;
}

.wk-te-company-rating-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 280px;
  height: 236px;
  padding: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.wk-te-rating-score {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 16px 0;
}

.wk-te-rating-score svg {
  width: 32px;
  height: 32px;
}

.wk-te-rating-value {
  color: #ffb200;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.wk-te-rating-count {
  width: 100%;
  padding: 0 16px 16px;
  border-bottom: 1px solid #e6e6e6;
  color: rgba(0, 0, 0, 0.6);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.wk-te-rating-actions {
  width: 100%;
  padding: 8px 16px 0;
}

.wk-te-review-link {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 22px;
  color: #555;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.wk-te-review-link:hover {
  color: #1ca89e;
  text-decoration: none;
}

.wk-te-review-link-detail {
  justify-content: space-between;
}

.wk-te-review-link-arrow {
  color: rgba(27, 28, 28, 0.5);
  font-size: 24px;
  line-height: 1;
}

.wk-te-rating-author {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 0;
  color: #000;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.wk-te-rating-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #1ca89e;
  color: #fff;
  font-size: 12px;
}

.wk-te-affiliate-badge {
  margin: 8px 0 0 16px;
}

.wk-te-affiliate-badge img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.wk-te-company-description {
  width: 720px;
  max-width: 100%;
  min-height: 0;
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.wk-te-company-description p {
  margin: 0 0 16px;
}

.wk-te-company-routes {
  width: 1200px;
  max-width: 100%;
}

.wk-te-company-routes h2,
.wk-te-company-policies h2,
.wk-te-reviews-section h2 {
  margin: 0;
  padding: 16px 0;
  color: #000;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.wk-te-routes-layout {
  display: grid;
  grid-template-columns: 256px minmax(0, 880px);
  align-items: start;
  gap: 32px;
  width: 1200px;
  max-width: 100%;
}

.wk-te-routes-filter {
  width: 256px;
  min-height: 274px;
  padding: 0;
  border: 1px solid #d5d5d5;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.wk-te-filter-title {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 62px;
  padding: 16px;
  border-bottom: 1px solid #d5d5d5;
  background: #fff;
}

.wk-te-filter-title strong {
  flex: 1;
  color: #000;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.wk-te-clear-all,
.wk-te-clear-filter {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(33, 37, 41, 0.6);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  cursor: pointer;
}

.wk-te-filter-group {
  width: 224px;
  min-height: 90px;
  margin: 0 16px;
  padding: 8px 8px 16px;
  border-bottom: 1px solid #d5d5d5;
}

.wk-te-filter-group:last-child {
  border-bottom: 0;
}

.wk-te-filter-label-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 208px;
  height: 24px;
  margin-bottom: 10px;
}

.wk-te-filter-label-row label {
  flex: 1;
  margin: 0;
  color: #000;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.wk-te-filter-select,
.wk-te-sort-select {
  width: 208px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 12.25px;
  font-weight: 500;
  line-height: 18px;
  outline: none;
}

.wk-te-routes-panel {
  width: 880px;
  max-width: 100%;
  min-height: 465px;
  padding: 0;
  border: 1px solid #d5d5d5;
  border-radius: 16px;
  background: #fff;
}

.wk-te-routes-panel.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.wk-te-routes-toolbar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  padding: 16px;
}

.wk-te-routes-toolbar label {
  width: 50px;
  margin: 0;
  color: #333;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.wk-te-routes-toolbar .wk-te-sort-select {
  width: 194px;
  height: 33px;
  margin-left: 15px;
  padding: 6px 12px;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.wk-te-routes-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 880px;
  max-width: 100%;
  min-height: 400px;
  padding: 16px;
}

.wk-te-route-row {
  display: grid;
  grid-template-columns: minmax(256px, 1fr) minmax(80px, 160px) 160px;
  align-items: center;
  gap: 16px;
  width: 640px;
  max-width: 100%;
  min-height: 80px;
  padding: 16px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.wk-te-route-info {
  min-width: 0;
}

.wk-te-route-cities {
  display: block;
  overflow: hidden;
  color: #0e1a25;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.wk-te-route-meta {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  overflow: hidden;
  color: #6b7c8c;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

.wk-te-route-pricing {
  text-align: right;
}

.wk-te-route-price {
  color: #0e1a25;
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.wk-te-route-per {
  color: #6b7c8c;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.wk-te-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  padding: 8px;
  border: 0;
  border-radius: 8px;
  background: #1ca89e;
  color: #fff;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.wk-te-book-btn:hover,
.wk-te-book-btn:focus {
  background: #128a82;
  color: #fff;
  text-decoration: none;
}

.wk-te-no-routes {
  width: 640px;
  max-width: 100%;
  padding: 40px 16px;
  border: 1px solid #d5d5d5;
  color: #6b7c8c;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.wk-te-company-policies {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 32px);
  min-height: 204px;
  padding: 16px;
  gap: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.wk-te-company-policies h2 {
  width: 100%;
  padding: 0;
}

.wk-te-policies-content {
  width: 720px;
  max-width: 100%;
  color: #000;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.wk-te-policies-content p {
  margin: 0;
}

.wk-te-reviews-section {
  display: none;
}

@media (max-width: 1220px) {
  .module-wk_transportexpress-company #columns.container,
  .wk-te-company-page {
    width: 100%;
  }

  .wk-te-company-hero,
  .wk-te-routes-layout {
    width: 100%;
  }

  .wk-te-company-hero {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .wk-te-routes-layout {
    grid-template-columns: 256px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .wk-te-company-container {
    padding: 14px;
  }

  .wk-te-company-name {
    height: auto;
    font-size: 28px;
    line-height: 1.2;
  }

  .wk-te-company-logo {
    width: 42px;
    height: 42px;
  }

  .wk-te-company-hero {
    grid-template-columns: 1fr;
  }

  .wk-te-gallery.has-thumbs {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .wk-te-gallery-thumbs {
    height: auto;
  }

  .wk-te-gallery-thumb {
    width: 120px;
    height: 90px;
  }

  .wk-te-gallery-main {
    height: 360px;
  }

  .wk-te-routes-layout {
    grid-template-columns: 1fr;

  }

  .wk-te-routes-filter,
  .wk-te-routes-panel {
    width: 100%;
  }

  .wk-te-routes-list,
  .wk-te-route-row,
  .wk-te-no-routes {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .wk-te-gallery,
  .wk-te-gallery.has-thumbs {
    grid-template-columns: 1fr;
  }

  .wk-te-gallery-thumbs {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
  }

  .wk-te-gallery-main {
    height: 230px;
  }

  .wk-te-route-row {
    grid-template-columns: 1fr;
  }

  .wk-te-route-pricing {
    text-align: left;
  }

  .wk-te-book-btn {
    width: 100%;
  }
}
