.cc-selected-equipment {
  margin: 0 0 24px;
  padding: 20px 22px;
  border: 1px solid rgba(41, 111, 88, 0.22);
  border-left: 4px solid #2f755f;
  border-radius: 12px;
  background: #f3f8f5;
  color: #172427;
}

.cc-selected-equipment__label {
  display: block;
  margin-bottom: 8px;
  color: #2f755f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cc-selected-equipment strong {
  display: block;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.45;
}

.cc-selected-equipment p {
  margin: 8px 0 0;
  color: #536164;
  font-size: 14px;
  line-height: 1.6;
}

.cc-selected-equipment a {
  display: inline-flex;
  margin-top: 10px;
  color: #245e4d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cc-selected-equipment a:hover,
.cc-selected-equipment a:focus-visible {
  text-decoration: underline;
}

.cc-product-inquiry-mode > fieldset,
.cc-product-inquiry-mode > .form-pair {
  display: none !important;
}

.cc-mobile-nav-toggle {
  display: none;
}

@media (max-width: 767px) {
  .elementor-123 .elementor-element-68a751a {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 14px 16px !important;
  }

  .elementor-123 .elementor-element-68a751a > .elementor-element-e537ef8 {
    grid-column: 1;
    grid-row: 1;
    width: 136px !important;
    margin: 0 !important;
  }

  .elementor-123 .elementor-element-68a751a > .elementor-element-9e93036,
  .elementor-123 .elementor-element-68a751a > .elementor-element-513f031 {
    display: none !important;
  }

  .elementor-123 .elementor-element-68a751a > .cc-language-menu {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
  }

  .elementor-123 .elementor-element-68a751a > .elementor-element-8f738f9 {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100% !important;
    margin: 0 !important;
  }

  .elementor-123 .elementor-element-68a751a > .elementor-widget-button:not(.elementor-element-513f031) {
    display: none !important;
    grid-column: 1 / -1;
    width: 100% !important;
    margin: 0 !important;
  }

  .elementor-123 .elementor-element-68a751a.cc-mobile-nav-open > .elementor-widget-button:not(.elementor-element-513f031) {
    display: block !important;
  }

  .elementor-123 .elementor-element-68a751a.cc-mobile-nav-open > .elementor-widget-button:not(.elementor-element-513f031) .elementor-button {
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 42px;
    padding: 10px 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
  }

  .elementor-123 .elementor-element-68a751a.cc-mobile-nav-open > .elementor-element-3291b8e .elementor-button {
    border-color: #b7db1f !important;
    background: #b7db1f !important;
    color: #172427 !important;
  }

  .cc-mobile-nav-toggle {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
  }

  .cc-mobile-nav-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    margin: 2px 0;
    border-radius: 2px;
    background: #fff;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .cc-mobile-nav-open .cc-mobile-nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .cc-mobile-nav-open .cc-mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .cc-mobile-nav-open .cc-mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .cc-selected-equipment {
    margin-bottom: 18px;
    padding: 16px;
  }

  .cc-selected-equipment strong {
    font-size: 16px;
  }
}

