.content-card .side-note {
    font-size: 90%;
    color: #bbb;
    margin: 15px 0 15px 20px;
    padding-left: 15px;
    border-left: 3px solid #2e3f2e;
    line-height: 1.6;
}
.content-card .specs li {
    display: inline-block;
    padding: 3px 8px;
    margin: 3px 4px 3px 0;
    border: 1px solid #2e3f2e;
    border-radius: 20px;
    background: rgba(30, 40, 30, 0.6);
    color: #cfd8cf;
    font-size: 90%;
}
.content-card .specs li strong {
    color: #9ad27a;
    font-weight: 600;
}
.content-card .pill-bullet.specs {
    gap: 0.2rem;
}
.content-card .product-column {
    text-align: center;
}
.content-card .video-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 12px;
    border-radius: 8px;
    overflow: hidden;
}
.content-card .video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
/* Announcements grid cards */
.announce-grid .announce-card {
    text-align: center;
}
.announce-grid .announce-card p {
    font-style: italic;
    line-height: 1.25em;
    flex-grow: 1;
}
.announce-grid .announce-card .btn {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}
