.nsb-container-412457d7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f7ff;
    padding: 30px;
    border-radius: 12px;
    gap: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.nsb-content-412457d7 {
    flex: 1 1 300px;
}
.nsb-badge-412457d7 {
    display: inline-block;
    background: #e3f2fd;
    color: #1976d2;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.nsb-title-412457d7 {
    margin: 0;
    font-size: 1.5rem;
    color: #2c3e50;
    line-height: 1.4;
}
.nsb-btn-412457d7 {
    display: inline-block;
    background-color: #1976d2;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
    text-align: center;
}
.nsb-btn-412457d7:hover {
    background-color: #115293;
    color: #fff;
}
@media (max-width: 768px) {
    .nsb-container-412457d7 {
        flex-direction: column;
        text-align: center;
    }
    .nsb-action-412457d7 {
        width: 100%;
    }
    .nsb-btn-412457d7 {
        width: 100%;
    }
}
