.bp-card-link-4e59073d {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.bp-card-link-4e59073d * {
    text-decoration: none !important;
}

.bp-card-container {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.bp-hero-image-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bp-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bp-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.bp-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 13px;
}

.bp-badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}

.bp-badge-filled {
    color: #ffffff;
}

.bp-badge-outlined {
    border: 1px solid transparent;
    color: #CC844C;
}

.bp-meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.bp-clock-icon {
    font-size: 14px;
}

.bp-bullet-separator {
    color: #cccccc;
}

.bp-headline {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.bp-excerpt {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.bp-author-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bp-author-avatar {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
    display: block;
}

.bp-author-details {
    display: flex;
    flex-direction: column;
}

.bp-author-name {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.bp-author-title {
    font-size: 12px;
}

.bp-error-notice {
    padding: 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    color: #721c24;
}
