/**
 * RDW Product — calculator-style product form.
 *
 * Depends on calculator.css for the pill / stepper / breakdown / CTA styles.
 * This file adds the title, subtitle and feature-bullet styling from the
 * product-page design.
 *
 * @package RDW_Store_Suite
 * @since   1.11.0
 */

.rdw-product { max-width: 640px; }

.rdw-product__title {
    color: #1a2744;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 4px;
}

.rdw-product__subtitle {
    color: #1a2744;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 16px;
}

.rdw-product__short { margin: 0 0 22px; }
/* Plain paragraph lines from the short description (no green tick). */
.rdw-product__lead {
    font-size: 16px;
    color: #1f2937;
    line-height: 1.5;
    margin: 0 0 12px;
}
.rdw-product__features {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
.rdw-product__short > .rdw-product__features:last-child { margin-bottom: 0; }
.rdw-product__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: #1f2937;
    margin: 0 0 10px;
    line-height: 1.4;
}
.rdw-product__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    border-radius: 5px;
    background: #4CAF50;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 1px;
}

.rdw-product .rduk-cta[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

/* Options with no valid variation for the current selection are hidden,
   so (e.g.) Area pills only show the values valid for the chosen Depth. */
.rdw-product .rduk-pill.rdw-unavailable {
    display: none;
}
