.pms-sepay-wrapper {
    margin: 30px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.pms-sepay-continue-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3366ff;
    color: white !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.pms-sepay-continue-button:hover {
    background-color: #254ecc;
    text-decoration: none;
}

/* PMS Account Table Styles */
.pms-account-subscription-details-table {
    margin: 20px 0;
}

.pms-account-subscription-details-table h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 600;
}

.pms-account-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: #fff;
}

.pms-account-table th, 
.pms-account-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.pms-account-table th {
    background-color: #f7f7f7;
    font-weight: 600;
}

.pms-account-table tr:last-child td {
    border-bottom: none;
}

.pms-account-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pms-sepay-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pms-sepay-title {
    background-color: #f7f7f7;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.pms-sepay-message {
    padding: 15px;
}

.pms-sepay-payment-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
}

/* QR Section */
.pms-sepay-qr-box {
    flex: 1;
    min-width: 300px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
}

.pms-sepay-qr-title {
    margin-bottom: 15px;
    font-weight: 500;
}

.pms-sepay-qr-zone {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pms-sepay-qr-element {
    position: relative;
    width: 240px;
    height: 240px;
    margin-bottom: 15px;
}

.pms-sepay-qr-top-border,
.pms-sepay-qr-bottom-border {
    position: absolute;
    width: 40px;
    height: 40px;
}

.pms-sepay-qr-top-border {
    top: -5px;
    left: -5px;
    border-top: 3px solid #3366ff;
    border-left: 3px solid #3366ff;
}

.pms-sepay-qr-bottom-border {
    bottom: -5px;
    right: -5px;
    border-bottom: 3px solid #3366ff;
    border-right: 3px solid #3366ff;
}

.pms-sepay-qr-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pms-sepay-qr-image {
    max-width: 100%;
    height: auto;
}

.pms-sepay-download-qr {
    margin-top: 10px;
}

.pms-sepay-download-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: #3366ff;
    color: white !important;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.pms-sepay-download-button:hover {
    background-color: #254ecc;
    text-decoration: none;
}

.pms-sepay-download-button svg {
    width: 16px;
    height: 16px;
}

/* Manual Section */
.pms-sepay-manual-box {
    flex: 1;
    min-width: 300px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
}

.pms-sepay-manual-title {
    margin-bottom: 15px;
    font-weight: 500;
}

.pms-sepay-bank-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pms-sepay-banner {
    text-align: center;
}

.pms-sepay-bank-logo {
    height: 40px;
    width: auto;
}

.pms-sepay-bank-info-table {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.pms-sepay-bank-info-row {
    display: flex;
    border-bottom: 1px solid #eee;
}

.pms-sepay-bank-info-row:last-child {
    border-bottom: none;
}

.pms-sepay-bank-info-cell {
    padding: 12px 15px;
}

.pms-sepay-bank-info-cell:first-child {
    flex: 1;
    background-color: #f7f7f7;
    font-weight: 500;
}

.pms-sepay-bank-info-cell:last-child {
    flex: 2;
}

.pms-sepay-bank-info-value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pms-sepay-font-bold {
    font-weight: 600;
}

.pms-sepay-note {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #fff8e6;
    border-radius: 4px;
    font-size: 14px;
}

.pms-sepay-note svg {
    width: 20px;
    height: 20px;
    color: #f59e0b;
    flex-shrink: 0;
}

.pms-sepay-payment-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eee;
    font-weight: 500;
    font-size: 14px;
    color: #666;
}

.pms-sepay-payment-footer img {
    height: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

/* Payment success message */
.paid-notification {
    text-align: center;
    padding: 20px;
}

.paid-notification svg {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.path.circle {
    animation: dash .9s ease-in-out;
}

.path.check {
    animation: dash .9s .35s ease-in-out forwards;
    stroke-dashoffset: -100;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/* Responsive layout */
@media screen and (max-width: 768px) {
    .pms-sepay-payment-info {
        flex-direction: column;
    }
    
    .pms-sepay-qr-box,
    .pms-sepay-manual-box {
        width: 100%;
    }
}