.afc {
    max-width: 1100px;
    margin: auto;
    font-family: Arial;
}

.afc h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* top */
.afc-top {
    margin-bottom: 20px;
}

.afc-top input {
    padding: 10px;
    width: 200px;
}

/* table */
.afc-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.afc-table th {
    background: #f3f3f3;
    padding: 10px;
}

.afc-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.afc-table input,
.afc-table select {
    width: 100%;
    padding: 8px;
}

/* button */
#afc #add,
#add {
    background: orange;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
}

/* totals */
.afc-totals {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.afc-totals div {
    background: #f7f8fa;
    padding: 15px 20px;
    border-radius: 10px;
}

/* chargeable */
.afc-result {
    margin-top: 20px;
    padding: 25px;
    background: #eef2f7;
    border-radius: 12px;
}

.afc-result h3 {
    margin-bottom: 10px;
}

.afc-result p {
    font-size: 22px;
    font-weight: bold;
}