/* OG Shipping Bar Frontend Styles */

.og-shipping-bar-wrapper {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.og-text {
    margin-bottom: 5px;
}

.og-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;  
}

.og-message {
    font-size: 14px;
    color: #555;
    margin-top: 5px;   
}

.og-complete-message {
    font-size: 14px;
    font-weight: bold;
}

.og-shipping-bar {
    position: relative;
    height: 5px;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.og-progress-bar {
    height: 100%;
    transition: width 0.4s ease-in-out;
}
