/**
 * Styles for Addon Details Widget
 * Suffix: 6c01cf7d
 */

.addon-details-card-6c01cf7d {
    border: 1px solid #e6edf4;
    border-radius: 8px;
    padding: 32px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.addon-header-6c01cf7d {
    border-left: 4px solid #0f4c81;
    padding-left: 12px;
    margin-bottom: 24px;
}

.addon-title-6c01cf7d {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #1e293b;
}

.addon-heading-6c01cf7d {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
    color: #475569;
}

.addon-body-6c01cf7d {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 24px;
}

.addon-body-6c01cf7d p {
    margin-top: 0;
    margin-bottom: 16px;
}

.addon-body-6c01cf7d p:last-child {
    margin-bottom: 0;
}

.addon-features-wrapper-6c01cf7d {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.features-label-6c01cf7d {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 16px;
    color: #475569;
}

.addon-features-list-6c01cf7d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.addon-features-list-6c01cf7d li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.addon-features-list-6c01cf7d li:last-child {
    margin-bottom: 0;
}

.feature-icon-6c01cf7d {
    color: #10b981;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    font-size: 14px;
}

.feature-icon-6c01cf7d svg {
    width: 14px;
    height: 14px;
    fill: #10b981;
}

.feature-text-6c01cf7d {
    color: #475569;
}
