.tag-btn {
    background-color: #2a2d41;
    color: white;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 14px;
}
.icon-placeholder {
    width: 24px;
    height: 24px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 10px;
}
.ad-box {
    background-color: #eaeaea;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}