.shipbroking-ai-wrapper-2cdd8062 {
    background: #f9fafb;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    font-family: sans-serif;
}

.shipbroking-ai-title {
    font-size: 28px;
    font-weight: bold;
    color: #1a202c;
    margin-bottom: 16px;
}

.shipbroking-ai-subtitle {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 24px;
    line-height: 1.6;
}

.shipbroking-ai-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.shipbroking-ai-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.shipbroking-ai-feature-icon {
    display: inline-flex;
    color: #3182ce;
    font-size: 20px;
}

.shipbroking-ai-feature-icon svg {
    width: 20px;
    height: 20px;
    fill: #3182ce;
}

.shipbroking-ai-feature-title {
    font-size: 15px;
    font-weight: 500;
    color: #2d3748;
}