<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tcp-top-picks {
    border: 2px solid #ececec;
    background: #fafafa;
    padding: 25px;
    margin: 40px 0;
    font-family: inherit;
}
.tcp-top-picks h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.5em;
}
.tcp-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.tcp-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.tcp-card-gold {
    background: #fff8e1;
    border: 2px solid #ffd700;
}
.tcp-card-white {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}
.tcp-card img {
    max-width: 80px;
    height: auto;
    border-radius: 4px;
}
.tcp-card-content {
    flex: 1;
}
.tcp-card-content h3 {
    font-size: 1.1em;
    margin: 0;
    margin-bottom: 6px;
}
.tcp-desc {
    font-size: 0.95em;
    margin: 0;
    color: #333;
}
.tcp-buy-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #0073aa;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.tcp-buy-btn:hover {
    background: #005177;
    color: #fff;
}
</pre></body></html>