/* ============================================
   AEO (Answer Engine Optimization) Styles
   ============================================ */

/* Summary */
.aeo-summary {
    margin: 12px 0;
    padding: 10px 14px;
    background: #f8f9fa;
    border-left: 3px solid #0073aa;
    border-radius: 0 4px 4px 0;
}

.aeo-summary__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Quotable Paragraph */
.aeo-quotable {
    margin: 24px 0;
    padding: 16px 20px;
    background: #fafbfc;
    border-left: 4px solid #0073aa;
    border-radius: 0 4px 4px 0;
    font-style: normal;
}

.aeo-quotable p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
}

.aeo-quotable cite {
    display: block;
    font-size: 12px;
    color: #888;
    font-style: normal;
}

/* FAQ */
.aeo-faq {
    margin: 30px 0;
}

.aeo-faq__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #333;
}

.aeo-faq__item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.aeo-faq__item[open] {
    border-color: #0073aa;
}

.aeo-faq__question {
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    list-style: none;
    color: #333;
}

.aeo-faq__question::-webkit-details-marker {
    display: none;
}

.aeo-faq__question::before {
    content: "Q. ";
    font-weight: 700;
    color: #0073aa;
}

.aeo-faq__answer {
    padding: 0 16px 14px;
    background: #f8f9fa;
}

.aeo-faq__answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.aeo-faq__answer p::before {
    content: "A. ";
    font-weight: 700;
    color: #e67e22;
}

/* Recommendation */
.aeo-recommendation {
    margin: 16px 0;
    padding: 14px 16px;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
}

.aeo-recommendation__title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: #e65100;
}

.aeo-recommendation__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Comparison Table */
.aeo-comparison {
    margin: 30px 0;
}

.aeo-comparison__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #333;
}

.aeo-comparison__table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.aeo-comparison__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.aeo-comparison__table th,
.aeo-comparison__table td {
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: top;
}

.aeo-comparison__table th {
    background: #f5f5f5;
    font-weight: 600;
    font-size: 13px;
}

.aeo-comparison__table td:first-child {
    font-weight: 500;
    background: #fafafa;
    white-space: nowrap;
}

.aeo-comparison__current {
    background: #e3f2fd !important;
}

/* Buying Guide */
.aeo-buying-guide {
    margin: 20px 0;
    padding: 16px 20px;
    background: #f9f9f9;
    border-radius: 4px;
}

.aeo-buying-guide__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #333;
}

/* Spec Sheet */
.aeo-spec-sheet {
    margin: 30px 0;
}

.aeo-spec-sheet__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #333;
}

.aeo-spec-sheet__list {
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.aeo-spec-sheet__row {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.aeo-spec-sheet__row:last-child {
    border-bottom: none;
}

.aeo-spec-sheet__label {
    flex: 0 0 40%;
    padding: 10px 14px;
    background: #f5f5f5;
    font-weight: 500;
    font-size: 13px;
    color: #444;
    margin: 0;
}

.aeo-spec-sheet__value {
    flex: 1;
    padding: 10px 14px;
    font-size: 13px;
    color: #333;
    margin: 0;
    background: #fff;
}
