/**
 * Hotchkis CRM Connector — поля получателя на странице товара-сертификата.
 * Все стили под .hotchkis-gc-form, чтобы тема магазина не цепляла побочки.
 */

.hotchkis-gc-form {
    margin: 16px 0;
    padding: 0;
    display: block;
}
.hotchkis-gc-form__row {
    margin: 0 0 14px 0;
    display: block;
}
.hotchkis-gc-form .hotchkis-gc-form__label {
    display: block;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    line-height: 1.3;
}
.hotchkis-gc-form .hotchkis-gc-form__input,
.hotchkis-gc-form input.hotchkis-gc-form__input,
.hotchkis-gc-form input.hotchkis-gc-form__input[type="text"],
.hotchkis-gc-form input.hotchkis-gc-form__input[type="email"],
.hotchkis-gc-form input.hotchkis-gc-form__input[type="tel"],
.hotchkis-gc-form textarea.hotchkis-gc-form__input {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 2px;
    background: #fff;
    color: #111;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .12s;
}
.hotchkis-gc-form .hotchkis-gc-form__textarea,
.hotchkis-gc-form textarea.hotchkis-gc-form__input {
    height: auto;
    min-height: 96px;
    resize: vertical;
    line-height: 1.5;
}
.hotchkis-gc-form .hotchkis-gc-form__input:focus {
    outline: none;
    border-color: #111;
}
.hotchkis-gc-form .hotchkis-gc-form__input::placeholder {
    color: #9ca3af;
}
.hotchkis-gc-form__hint {
    margin: 6px 0 0;
    font-size: 11px;
    color: #6b7280;
    line-height: 1.4;
}

/* Шорткод-блок */
.hotchkis-gc-shortcode {
    max-width: 480px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}
.hotchkis-gc-shortcode__title {
    margin: 0 0 4px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111;
}
.hotchkis-gc-shortcode__price {
    margin: 0 0 16px 0;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
