.hotline-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: #d64545;
    border-left: 4px solid #ff9800;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    font-size: 16px;
    color: #333;
    max-width: 100%;
    backdrop-filter: blur(4px);
    width: 100%;
}

.hotline-icon {
    font-size: 24px;
    color: #ff9800;
}

.hotline-text {
    line-height: 1.4;
        color: #fff;
}

.hotline-number {
    font-weight: 700;
    color: #fff;
    font-size: 17px;
}