.ldsp-product-card {
    display: grid;
    grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    justify-content: center;
    max-width: 1180px;
    margin: 24px auto;
    padding-inline: 16px;
}

.ldsp-telegram-access {
    margin: 24px 0;
}

.ldsp-product-image {
    width: 100%;
}

.ldsp-product-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ldsp-product-title {
    margin: 0 0 18px;
}

.ldsp-product-intro {
    margin: 0 0 16px;
    line-height: 1.55;
    font-size: 1.1em;
}

.ldsp-product-intro:not(:empty) {
    margin-top: 0;
}

.ldsp-buy-form {
    display: grid;
    gap: 14px;
    max-width: 420px;
}

.ldsp-buy-form label {
    display: grid;
    gap: 5px;
}

.ldsp-buy-form input[type="text"],
.ldsp-buy-form input[type="email"],
.ldsp-buy-form input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px !important;
}

.ldsp-phone-field {
    display: grid;
    grid-template-columns: minmax(152px, 176px) minmax(0, 1fr);
    gap: 8px;
}

.ldsp-phone-field select,
.ldsp-phone-field input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px !important;
}

.ldsp-buy-form input::placeholder {
    color: #c7ced6;
    font-style: italic;
    opacity: 1;
}

.ldsp-checkout-error {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-left: 4px solid #d63638;
    background: #fcf0f1;
}

@media (max-width: 720px) {
    .ldsp-product-card {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding-inline: 0;
    }
}

.ldsp-buy-button,
.ldsp-buy-button.button,
.ldsp-buy-form button[type="submit"] {
    border-radius: 10px !important;
}
