/* SGH Training Full Width Order Form */
.sgh-training-orderform .sgh-training-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 30px;
}
.sgh-training-orderform .sgh-training-header {
    margin-bottom: 20px;
}
.sgh-training-orderform .sgh-training-header h1 {
    color: #005984;
    font-weight: 600;
    line-height: 1.2;
}
.sgh-currency-switcher {
    margin-bottom: 20px;
    border-radius: 8px;
}
.sgh-currency-switcher .panel-body {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.sgh-currency-buttons .btn {
    margin-right: 4px;
    margin-bottom: 4px;
}
.sgh-training-product {
    width: 100%;
    float: none !important;
    margin: 0 0 25px !important;
    padding: 0 !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    overflow: visible !important;
    min-height: 0 !important;
    height: auto !important;
}
.sgh-product-main {
    display: flex;
    align-items: stretch;
    width: 100%;
}
.sgh-product-info {
    flex: 1 1 auto;
    min-width: 0;
}
.sgh-product-title {
    background: linear-gradient(135deg, #005984, #087a94) !important;
    color: #fff !important;
    padding: 20px 24px !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    border-radius: 12px 0 0 0;
}
.sgh-product-title .qty {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    background: rgba(255,255,255,0.18);
    padding: 4px 8px;
    border-radius: 4px;
}
.sgh-product-desc {
    padding: 24px !important;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
}
.sgh-full-description,
.sgh-product-desc p,
.sgh-product-desc div {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
}
.sgh-full-description strong {
    color: #005984;
    font-size: 18px;
}
.sgh-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin-top: 15px !important;
    padding-left: 0 !important;
    list-style: none !important;
}
.sgh-feature-list li {
    padding: 8px 10px;
    background: #f8fafb;
    border-radius: 6px;
    border-left: 3px solid #2fb344;
}
.sgh-product-action {
    flex: 0 0 300px;
    background: #f7fbfd;
    border-left: 1px solid #e6eef2;
    padding: 30px 24px;
    text-align: center;
    border-radius: 0 12px 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}
.sgh-price-box .price {
    display: block;
    color: #005984;
    font-size: 34px !important;
    font-weight: 800;
    line-height: 1.2;
}
.sgh-starting,
.sgh-cycle {
    color: #67727e;
    font-size: 14px;
}
.sgh-enrol-btn {
    background: #28a745 !important;
    border-color: #28a745 !important;
    border-radius: 8px !important;
    padding: 14px 20px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}
.sgh-enrol-btn:hover,
.sgh-enrol-btn:focus {
    background: #218838 !important;
    border-color: #218838 !important;
}
@media (max-width: 991px) {
    .sgh-product-main {
        display: block;
    }
    .sgh-product-title {
        border-radius: 12px 12px 0 0;
        font-size: 24px !important;
    }
    .sgh-product-action {
        border-left: 0;
        border-top: 1px solid #e6eef2;
        border-radius: 0 0 12px 12px;
    }
}
@media (max-width: 767px) {
    .sgh-training-orderform .sgh-training-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sgh-training-orderform .sgh-training-header h1 {
        font-size: 28px !important;
    }
    .sgh-product-title {
        font-size: 21px !important;
        padding: 16px !important;
    }
    .sgh-product-desc {
        padding: 16px !important;
        font-size: 15px;
        line-height: 1.65;
    }
    .sgh-feature-list {
        grid-template-columns: 1fr;
    }
    .sgh-product-action {
        padding: 22px 16px;
    }
    .sgh-price-box .price {
        font-size: 28px !important;
    }
}
