.wtcpro-points-checkout-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.wtcpro-points-input-group {
    display: flex;
    gap: 10px;
}
.wtcpro-points-dashboard {
    margin-bottom: 30px;
}
.wtcpro-points-summary-card {
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.wtcpro-points-summary-card h3 {
    margin-top: 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.wtcpro-points-big {
    font-size: 42px;
    font-weight: 700;
    color: #0073aa;
    line-height: 1;
    margin-bottom: 5px;
}
.wtcpro-points-big small {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.wtcpro-points-value {
    color: #46b450;
    font-weight: 600;
    font-size: 14px;
}
.wtcpro-points-table .points-plus {
    color: #46b450;
}
.wtcpro-points-table .points-minus {
    color: #d63638;
}
.wtcpro-points-table .text-right {
    text-align: right;
}
@media screen and (max-width: 768px) {
    .wtcpro-points-big {
        font-size: 32px;
    }
}
.wtcpro-points-checkout-row th {
    vertical-align: middle;
}
.wtcpro-points-balance-info {
    display: block;
    font-size: 0.85em;
    font-weight: normal;
    color: #666;
    margin-top: 4px;
    font-style: italic;
}
.wtcpro-points-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.wtcpro-points-input-group input.input-text {
    min-height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 0;
}
.wtcpro-points-input-group button.button {
    min-height: 40px;
    padding: 0 20px;
    border-radius: 0;
    line-height: 1;
}
.wtcpro-points-checkout-row th {
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wtcpro-points-checkout-row td {
    vertical-align: middle;
    text-align: right;
}
.woocommerce-MyAccount-navigation-link--puanlarim.is-active a:before {
    opacity: 1;
}