/* IP 정보 조회 도구 스타일 */
.ip-info-tool .table th {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ip-info-tool .table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ip-info-tool .accordion-button:not(.collapsed) {
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    color: var(--bs-primary);
    box-shadow: none;
}
.ip-info-tool .accordion-button:focus {
    box-shadow: none;
}
