/* Product Repeater — Frontend */
.pre-repeater-wrap { margin: 30px 0; }

.pre-section {
    margin-bottom: 36px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.pre-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.pre-section-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 14px;
    color: #1a1a1a;
}

.pre-section-content { line-height: 1.7; color: #333; }

.pre-section-description img { max-width: 100%; height: auto; }

.pre-error {
    color: #cc0000;
    border: 1px solid #cc0000;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    background: #fff5f5;
}

@media (max-width: 768px) {
    .pre-section-title { font-size: 1.2em; }
    .pre-section { margin-bottom: 24px; padding-bottom: 24px; }
}
