/* Woocommerce Sopimuksen muutos specific styles */
.semel-steps-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 540px;
}

.semel-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .35s ease, opacity .25s ease;
    pointer-events: none;
}

.semel-step.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.semel-step-nav {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.semel-field-group label {
    display: block;
    margin-bottom: 1rem;
}

.semel-summary-image-wrap {
    max-width: 400px;
    margin-top: 1rem;
}

.samel-summary-image-wrap img {
    max-width: 100%;
    height: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 450px;
    margin-right: 50px;
}

.semel-sopimusmuutos-product {
  margin-top: 50px;
}

.semel-sopimusmuutos-product h1 {
    font-size: 50px;
    margin-top: 40px;
}

.semel-sopimusmuutos-wizard .semel-step h2 {
    font-size: 1.9rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 24px;
}

.semel-field-group {
    margin: 25px 0 30px 0;
}

.semel-summary-current {
  margin-bottom: 2rem;
}

.semel-summary-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 15px 20px;
  border-radius: 15px;
  background-color: #e9e6ed7a;
}

.semel-summary-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.semel-summary-icon {
  font-weight: 700;
}

.semel-summary-list li.is-on .semel-summary-icon {
  color: #2e7d32; /* green-ish */
}

.semel-summary-list li.is-off .semel-summary-icon {
  color: #b71c1c; /* red-ish */
  opacity: 0.8;
}

.elementor-kit-4 button:hover {
    color: white !important;
    border-width: 0 !important;
    background-color: #F1AB47 !important;
}

.semel-summary-new.is-hidden {
  display: none;
}

.semel-summary-longline, .semel-help-text {
    font-size: 0.8rem;
    color: #666;
}

.semel-cart-wizard-meta {
  margin-top: .5rem;
  font-size: 0.9em;
  line-height: 1.4;
}

.semel-cart-wizard-meta p {
  margin: 0 0 .25rem;
}

.single_add_to_cart_button.is-disabled[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.semel-contract-terms {
    margin-top: 23px;
    background-color: #e9e6ed7a;
    padding: 16px 10px 6px 16px;
    border-radius: 16px;
}

p.semel-contract-terms__links {
    margin-top: 7px;
    margin-left: 25px;
}

p.semel-contract-terms__links a {
    font-size: 0.85rem;
}


@media only screen and (max-width: 797px) {

    .semel-steps-wrapper {
        position: relative;
        overflow: hidden;
        min-height: 700px;
    }

}
