/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(no-header)/_shared/checkout/checkout.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.checkout_checkoutPage__xndkD {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 50px auto 0 auto;
    padding: 0px 0;
}

.checkout_testimonials__d1QFK {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.checkout_checkoutContainer__YympY {
    width: calc(100%);
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

.checkout_iframe__vixT8 {
    width: 100%;
    height: 100%;
}

.checkout_locationContainer__yQeWN {
    margin: 0px 20px 10px;
}

.checkout_locationInfo__CLWY2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
}

.checkout_countrySelect___y2eJ {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    max-width: 170px;
}

.checkout_testimonialsTitle__BZm5Y {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.checkout_testimonialCard__W3jvu {
    position: relative;
    border-left: 7px solid var(--border-color, #4a6cf7);
    font-style: italic;
    margin: 15px 0 5px 0;
    padding: 30px 25px 0px 25px;
    background-color: transparent;
    width: calc(100% - 50px);
    box-shadow: none;
}

.checkout_testimonialCard__W3jvu:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    height: 20px;
    background-image: url('https://swcrafters.fra1.cdn.digitaloceanspaces.com/Blog/quotes-mark.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}

.checkout_testimonialCard__W3jvu p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
}

.checkout_author__k9pEb {
    font-style: normal;
    text-align: right;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}

/* Media query para tablets y desktop */
@media (min-width: 768px) {
    .checkout_checkoutPage__xndkD {
        flex-direction: row;
        gap: 40px;
        align-items: flex-start;
    }

    .checkout_checkoutContainer__YympY {
        width: 60%;
        margin-left: 0;
    }

    .checkout_testimonials__d1QFK {
        width: 40%;
        margin-top: 0;
    }
}

.checkout_invoiceOption__1fEOp{
    font-size: 16px;
    margin: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: bold;
}

.checkout_importantNote__SmEpM {
    margin: -10px 20px 15px 20px;
    padding: 12px 15px;
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-left: 4px solid #f39c12;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.checkout_importantNote__SmEpM small {
    color: #856404;
    display: block;
}

.checkout_currencyNote__SOoey {
    margin: 0px 20px 15px 20px;
    padding: 8px 12px;
    background-color: #e3f2fd;
    border: 1px solid #bbdefb;
    border-left: 3px solid #2196f3;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.3;
}

.checkout_currencyNote__SOoey small {
    color: #1565c0;
    display: block;
}



