.hafpm-admin-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hafpm-admin-main {
    flex: 2;
}

.hafpm-admin-sidebar {
    flex: 1;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    height: fit-content;
}

.hafpm-config-status {
    margin-top: 30px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}

.hafpm-status-lite {
    color: #2271b1;
}

.hafpm-price {
    text-align: center;
    margin: 20px 0;
}

.hafpm-price-amount {
    font-size: 24px;
    font-weight: bold;
    color: #2271b1;
}

.hafpm-price-note {
    font-size: 14px;
    color: #666;
}

.hafpm-upgrade-button {
    display: block;
    text-align: center;
    background: #2271b1;
    color: white;
    padding: 12px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.hafpm-guarantee {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.wrap h1 {
    color: #2271b1;
}