/* V8.19.19 - Detalle de diseño limpio + comentarios */
.detail-wrap-v81919 {
    max-width: 1180px;
}

.detail-card-v81919 {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 34px;
}

.detail-card-v81919 .compact-badges,
.detail-card-v81919 .badges {
    display: none !important;
}

.detail-image-v81919 {
    aspect-ratio: 16 / 10 !important;
    min-height: 0 !important;
    background: #FAF7F0;
    border-radius: 0;
    overflow: hidden;
}

.detail-image-v81919 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #FAF7F0;
}

.gallery-thumbs-v81919,
.detail-gallery-clean .gallery-thumbs {
    margin-top: 12px !important;
    padding-top: 0 !important;
}

.design-comments {
    margin-top: 18px;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, .10);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(17, 17, 17, .06);
}

.comments-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.comments-header .eyebrow {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #B27711;
}

.comments-header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

.comments-count {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #F2B654;
    color: #111;
    font-weight: 900;
}

.comments-intro {
    margin: 0 0 16px;
    color: #5E6673;
    font-weight: 700;
    line-height: 1.45;
}

.comment-form {
    display: grid;
    gap: 10px;
    margin: 16px 0 18px;
}

.comment-form label {
    font-weight: 900;
    color: #111;
}

.comment-form textarea {
    width: 100%;
    min-height: 110px;
    resize: vertical;
    border: 1px solid rgba(17, 17, 17, .14);
    border-radius: 16px;
    padding: 14px;
    font: inherit;
    font-weight: 700;
    color: #1F2937;
    background: #FAF7F0;
    outline: none;
}

.comment-form textarea:focus {
    border-color: #E8A93A;
    box-shadow: 0 0 0 3px rgba(232, 169, 58, .20);
}

.comment-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.comment-form-actions span {
    color: #6B7280;
    font-size: 13px;
    font-weight: 800;
}

.comment-form-actions button,
.comment-locked a {
    border: 0;
    border-radius: 14px;
    padding: 12px 16px;
    background: #F2B654;
    color: #111;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.comment-locked {
    padding: 14px;
    border-radius: 16px;
    background: #FFF3D8;
    border: 1px solid rgba(232, 169, 58, .35);
    color: #5C3B0A;
    font-weight: 800;
    line-height: 1.45;
}

.comment-locked a {
    display: inline-block;
    margin-left: 8px;
}

.comment-alert {
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 900;
    margin: 12px 0;
}

.comment-alert.success {
    background: #E9F8EF;
    color: #008B49;
}

.comment-alert.warning {
    background: #FFF3D8;
    color: #A15C00;
}

.comments-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.comment-item {
    padding: 14px;
    border-radius: 16px;
    background: #FAF7F0;
    border: 1px solid rgba(17, 17, 17, .08);
}

.comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.comment-meta strong {
    color: #111;
    font-weight: 950;
}

.comment-meta span {
    color: #6B7280;
    font-size: 12px;
    font-weight: 800;
}

.comment-item p {
    margin: 0;
    color: #374151;
    line-height: 1.5;
    font-weight: 700;
    white-space: pre-wrap;
}

.comments-empty {
    padding: 14px;
    border-radius: 16px;
    background: #F3F4F6;
    color: #6B7280;
    font-weight: 800;
}

@media (max-width: 900px) {
    .detail-card-v81919 {
        grid-template-columns: 1fr;
    }

    .detail-image-v81919 {
        aspect-ratio: 16 / 10 !important;
    }

    .comment-form-actions,
    .comment-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}
