.tryyship-calc-container-0b020333 {
    max-width: 550px;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(11, 31, 58, 0.08);
    padding: 24px;
    font-family: 'Roboto', sans-serif;
}

/* Progress bar */
.tryyship-progress-bar-0b020333 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    border-bottom: 2px solid #E8EDF3;
    padding-bottom: 12px;
}

.tryyship-step-indicator-0b020333 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #7A7A7A;
    position: relative;
    padding-bottom: 4px;
}

.tryyship-step-indicator-0b020333.active-step {
    color: #0B1F3A;
    border-bottom: 3px solid #FF7A00;
}

/* Step contents */
.tryyship-step-content-0b020333 {
    display: none;
}

.tryyship-step-content-0b020333.active {
    display: block;
}

.step-title {
    font-family: 'Montserrat', sans-serif;
    color: #0B1F3A;
    font-size: 20px;
    margin-bottom: 16px;
    border-left: 4px solid #FF7A00;
    padding-left: 10px;
}

/* Form Styles */
.tryyship-field-group-0b020333 {
    margin-bottom: 16px;
}

.tryyship-field-group-0b020333 label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #0B1F3A;
    margin-bottom: 6px;
}

.tryyship-field-group-0b020333 select,
.tryyship-field-group-0b020333 input[type="text"],
.tryyship-field-group-0b020333 input[type="number"],
.tryyship-field-group-0b020333 input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #E8EDF3;
    border-radius: 6px;
    font-size: 14px;
    color: #54595F;
    box-sizing: border-box;
}

.tryyship-field-group-0b020333 select:focus,
.tryyship-field-group-0b020333 input:focus {
    outline: none;
    border-color: #FF7A00;
    box-shadow: 0 0 5px rgba(255, 122, 0, 0.15);
}

.tryyship-grid-row-0b020333 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tryyship-dimensions-wrapper-0b020333 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

/* Package select cards */
.tryyship-package-options-0b020333 {
    display: flex;
    gap: 12px;
}

.package-option-0b020333 {
    flex: 1;
    border: 1px solid #E8EDF3;
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    background: #F8FAFC;
    transition: all 0.2s ease-in-out;
}

.package-option-0b020333 input[type="radio"] {
    display: none;
}

.package-option-0b020333.selected {
    border-color: #0B1F3A;
    background: #E8EDF3;
}

.package-option-0b020333 span {
    font-size: 13px;
    font-weight: 600;
    color: #0B1F3A;
}

/* Action Buttons */
.tryyship-actions-0b020333 {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    gap: 12px;
}

.tryyship-btn-next-0b020333,
.tryyship-btn-calc-0b020333,
.tryyship-btn-email-0b020333 {
    background: #0B1F3A;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-weight: 600;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    transition: background 0.2s ease;
}

.tryyship-btn-calc-0b020333 {
    background: #FF7A00;
}

.tryyship-btn-next-0b020333:hover,
.tryyship-btn-calc-0b020333:hover {
    opacity: 0.9;
}

.tryyship-btn-prev-0b020333,
.tryyship-btn-reset-0b020333 {
    background: #E8EDF3;
    color: #54595F;
    border: none;
    border-radius: 6px;
    padding: 12px 18px;
    font-weight: 600;
    cursor: pointer;
}

/* Step 3 Results */
.tryyship-result-card-0b020333 {
    background: #F8FAFC;
    border-radius: 6px;
    border-left: 4px solid #FF7A00;
    padding: 16px;
    margin-bottom: 24px;
}

.tryyship-result-card-0b020333 h4 {
    color: #0B1F3A;
    margin: 0 0 12px 0;
    font-size: 16px;
}

.tryyship-metric-0b020333 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #54595F;
    margin-bottom: 8px;
}

.tryyship-price-box-0b020333 {
    font-size: 18px;
    font-weight: bold;
    color: #0B1F3A;
    text-align: center;
    background: #E8EDF3;
    padding: 12px;
    border-radius: 6px;
    margin: 16px 0 8px 0;
}

.tryyship-price-box-0b020333 span {
    color: #FF7A00;
}

.tryyship-disclaimer-0b020333 {
    font-size: 11px;
    color: #7A7A7A;
    line-height: 1.4;
    margin: 8px 0 0 0;
}

.tryyship-email-form-0b020333 {
    background: #ffffff;
    border: 1px solid #E8EDF3;
    border-radius: 6px;
    padding: 16px;
}

.tryyship-email-form-0b020333 h3 {
    font-size: 15px;
    color: #0B1F3A;
    margin: 0 0 12px 0;
}

.tryyship-email-status-0b020333 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.tryyship-email-status-0b020333.success {
    color: #2d64497;
}

.tryyship-email-status-0b020333.error {
    color: #ff0000;
}
