.fp-container {
    margin: 20px 0;
    padding: 15px;
}

#cs-sdk-modal {
    margin: 0 auto !important;
}

#fp-notices {
    margin: 10px 0;
}

#fp-notices .alert {
    position: relative;
    padding: 10px 15px 10px 45px;
}

#fp-notices .alert::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#fp-notices .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

#fp-notices .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}

#fp-notices .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

#fp-pay-now {
    margin: 15px 0;
}

.fp-order-summary {
    margin: 15px 0;
    padding: 12px 15px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
}

.fp-summary-title {
    font-weight: 700;
    margin-bottom: 8px;
    color: #02355e;
}

.fp-summary-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2px 0;
}

.fp-summary-total {
    border-top: 1px solid #ccc;
    margin-top: 6px;
    padding-top: 6px;
    font-weight: 700;
    font-size: 15px;
}

.fp-retry-btn {
    margin-left: 8px;
}
