.agency-page {
    margin-top: 20px;
}

.agency-section {
    margin-bottom: 30px;
}

.agency-section-title {
    background-color: #f2f2f2;
    padding: 12px 15px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    color: #003399;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.agency-section-title .agency-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.agency-list {
    padding-left: 10px;
}

.agency-item {
    margin-bottom: 20px;
}

.agency-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.agency-item-title .dot {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.agency-item-link {
    padding-left: 18px;
}

.agency-item-link a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
}

.agency-item-link a:hover {
    color: #003399;
    text-decoration: underline;
}

.agency-table-wrapper {
    padding-left: 18px;
    overflow-x: auto;
}

.agency-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.agency-table-wrapper table td {
    padding: 10px 15px;
    border-right: 1px solid #eee;
    color: #333;
    font-size: 15px;
}

.agency-table-wrapper table td:last-child {
    border-right: none;
}

.agency-table-wrapper table tr {
    border: 1px solid #eee;
}

.agency-table-wrapper table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.agency-table-wrapper table td:first-child {
    width: 40px;
    text-align: center;
    color: #666;
}

.agency-table-wrapper table td:nth-child(2) {
    width: 300px;
}

@media (max-width: 768px) {
    .agency-table-wrapper {
        padding-left: 0;
        margin-top: 15px;
    }

    .agency-item-link {
        padding-left: 0;
        margin-top: 5px;
    }
}
