/* Apple ID 文案专用样式 — 配合 .post-content 使用 */

.post-content .aid-alert {
    border-left: 4px solid #e74c3c;
    padding: 12px 16px;
    margin: 20px 0;
    background: #fff5f5;
    color: #c0392b;
    border-radius: var(--border-hd);
}

.post-content .aid-note {
    color: #666;
    font-style: italic;
    margin-bottom: 16px;
}

.post-content .aid-disclaimer {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.post-content .aid-text-danger {
    color: #e74c3c;
}

.post-content .aid-text-success {
    color: #27ae60;
}

.post-content .aid-text-muted {
    font-size: 13px;
    color: #666;
}

/* 表格 */
.post-content .aid-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.post-content .aid-table th,
.post-content .aid-table td {
    padding: 10px;
    border: 1px solid #dee2e6;
    text-align: left;
}

.post-content .aid-table thead tr {
    background: #343a40;
    color: #fff;
}

.post-content .aid-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.post-content .aid-table--info tbody tr:first-child {
    background: #f8f9fa;
}

/* 账号卡片 */
.post-content .aid-account {
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
    border: 1px solid;
}

.post-content .aid-account p {
    margin: 4px 0;
}

.post-content .aid-account-title {
    margin: 0 0 8px;
    font-weight: 600;
}

.post-content .aid-account--us {
    background: #f0f7ff;
    border-color: #b8daff;
}

.post-content .aid-account--jp {
    background: #fff8f0;
    border-color: #ffd8a8;
}

.post-content .aid-account--hk {
    background: #f0fff4;
    border-color: #a8e6b8;
}

.post-content .aid-account--tw {
    background: #f5f0ff;
    border-color: #d0b8ff;
}

.post-content .aid-account--kr {
    background: #fff0f5;
    border-color: #ffb8d0;
}

.post-content .aid-account-meta {
    margin: 8px 0 0;
    font-size: 13px;
    color: #666;
}

.post-content .aid-account code {
    background: rgba(0, 0, 0, 0.05);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 14px;
}

/* FAQ 问答块 */
.post-content .aid-faq-item {
    margin-bottom: 24px;
}

.post-content .aid-faq-item h3 {
    margin-bottom: 8px;
}

/* 相关阅读 */
.post-content .aid-related {
    margin-top: 20px;
}

/* 广告位 */
.post-content .aid-ad {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    border: 1px solid #b8daff;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.post-content .aid-ad-body {
    flex: 1;
    min-width: 200px;
}

.post-content .aid-ad-title {
    font-weight: 600;
    margin: 0 0 6px;
    font-size: 16px;
    color: #333;
}

.post-content .aid-ad-desc {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.post-content .aid-ad-btn {
    display: inline-block;
    background: var(--Maincolor, #409EFF);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: var(--border-hd, 2px);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s;
}

.post-content .aid-ad-btn:hover {
    background: var(--MaincolorHover, #66b1ff);
    color: #fff !important;
}

@media screen and (max-width: 576px) {
    .post-content .aid-ad {
        flex-direction: column;
        align-items: flex-start;
    }
}
