.lc-7a291454-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
}

.lc-7a291454-badge {
    display: inline-block;
    background-color: #fdf5e6;
    color: #f0a500;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.lc-7a291454-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1e28;
    margin: 0 0 16px;
    line-height: 1.2;
}

.lc-7a291454-desc {
    font-size: 16px;
    color: #555b66;
    line-height: 1.6;
    margin: 0 0 24px;
}

.lc-7a291454-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lc-7a291454-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.lc-7a291454-btn-primary {
    background-color: #eab332;
    color: #111827;
    border: none;
}
.lc-7a291454-btn-primary:hover {
    background-color: #d9a029;
}

.lc-7a291454-btn-secondary {
    background-color: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
}
.lc-7a291454-btn-secondary:hover {
    background-color: #f9fafb;
}

.lc-7a291454-icon-book::before {
    content: "\e813"; /* basic placeholder for a book or open folder */
    font-family: "eicons";
    margin-right: 8px;
    font-size: 16px;
}

.lc-7a291454-icon-download::before {
    content: "\e875"; /* basic placeholder for download */
    font-family: "eicons";
    margin-right: 8px;
    font-size: 16px;
}