﻿.content-wrapper {
    padding: 20px;
    margin-left: 9rem;
    margin-right: 9rem;
}

.content-header h1 {
    font-size: 24px;
    margin-bottom: 8px;
}

.card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.card-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.card-body {
    padding: 20px;
}

h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.credit-option {
    cursor: pointer;
    transition: transform 0.2s;
}

    .credit-option:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4e73df;
    margin: 15px 0;
}
