.ak-form-container {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.ak-form-container input[type="url"],
.ak-form-container input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.ak-form-container button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
}

.ak-form-container button:hover {
    background-color: #005177;
}

#ak-results {
    overflow-y: auto;
}
.ak-results-container {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
}

.ak-meta-table, .ak-section-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.ak-meta-table th, .ak-meta-table td,
.ak-section-table th, .ak-section-table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.ak-section-table thead {
    background-color: #f1f1f1;
}

.ak-section-title {
    text-align: left; /* or whatever the default you want */
}

.ak-section-value {
    text-align: center;
}


.ak-total-row td {
    background-color: #e9e9e9;
}
