.htn-wrapper-55356479 {
    font-family: inherit;
}

.htn-header {
    text-align: center;
    margin-bottom: 40px;
}

.htn-main-badge {
    display: inline-block;
    background: #eef2f6;
    color: #1a73e8;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.htn-main-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #111;
}

.htn-main-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.htn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 1024px) {
    .htn-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .htn-grid {
        grid-template-columns: 1fr;
    }
}

.htn-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.htn-card-media {
    position: relative;
    padding: 16px;
    background-color: #eee;
}

.htn-card-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.htn-badge {
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.htn-hot {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
}

.htn-tag {
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(4px);
}

.htn-card-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.htn-card-date {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
    display: block;
}

.htn-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    margin: 0 0 12px;
}

.htn-card-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}
