.ai-links-container {
    margin: 20px 0;
    font-family: inherit;
}
.ai-accordion-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ai-accordion-item {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}
.ai-accordion-header {
    width: 100%;
    background: #dd0000;
    color: #fff;
    padding: 12px 15px;
    text-align: left;
    border: none;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}
.ai-accordion-header:hover {
    background: #b30000;
}
.ai-accordion-content {
    padding: 15px;
    background: #fafafa;
}
.ai-links-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}
.ai-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ai-btn {
    display: inline-block;
    padding: 8px 14px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.2s;
}
.ai-btn:hover {
    background: #dd0000;
    color: #fff;
}
.ai-btn-download {
    background: #28a745;
}
.ai-btn-download:hover {
    background: #218838;
}
.ai-btn-watch {
    background: #007bff;
}
.ai-btn-watch:hover {
    background: #0069d9;
}
.ai-ql {
    font-weight: bold;
}
.ai-size {
    font-size: 12px;
    opacity: 0.8;
}
