.ic-52c6c04a-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    padding: 24px;
    max-width: 360px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.ic-52c6c04a-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ic-52c6c04a-logo-wrap {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ic-52c6c04a-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ic-52c6c04a-badge {
    background-color: #E8F8EC;
    color: #0F9D58;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ic-52c6c04a-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ic-52c6c04a-title {
    font-size: 22px;
    font-weight: 700;
    color: #1F2937;
    margin: 0;
    line-height: 1.25;
}

@media (min-width: 480px) {
    .ic-52c6c04a-title {
        font-size: 26px;
    }
}

.ic-52c6c04a-category {
    font-size: 15px;
    color: #6B7280;
    margin: 0;
}

.ic-52c6c04a-actions {
    display: flex;
    gap: 12px;
    width: 100%;
}

.ic-52c6c04a-btn-primary,
.ic-52c6c04a-btn-secondary {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.ic-52c6c04a-btn-primary {
    background-color: #2F5BEA;
    color: #ffffff;
    border: none;
}

.ic-52c6c04a-btn-primary:hover {
    background-color: #1e45c4;
    color: #ffffff;
}

.ic-52c6c04a-btn-secondary {
    background-color: #ffffff;
    color: #1F2937;
    border: 1px solid #E5E7EB;
}

.ic-52c6c04a-btn-secondary:hover {
    background-color: #F9FAFB;
    border-color: #D1D5DB;
    color: #1F2937;
}
