#branches-page-outer {
max-width: 1350px;
margin: 0 auto;
padding: 24px 20px;
box-sizing: border-box;
}
#branches-panel {
background: #fff;
border: 1px solid #e3e1d8;
border-radius: 12px;
padding: 1.5rem;
box-sizing: border-box;
}
#branches-back-to-map {
display: inline-block;
font-size: 13px;
color: #2c7fc7;
text-decoration: none;
margin-bottom: 16px;
}
#branches-back-to-map:hover {
text-decoration: underline;
}
#branches-pref-heading {
font-size: 20px;
font-weight: 600;
margin: 0 0 4px;
color: #333;
}
#branches-count {
font-size: 12px;
color: #888780;
margin: 0 0 20px;
}
#branches-empty-message {
color: #888780;
font-size: 14px;
text-align: center;
padding: 2rem 0;
}
#branches-table-scroll {
width: 100%;
overflow-x: auto;
}
#branches-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
font-size: 13px;
}
#branches-table thead th {
background: #f1efe8;
color: #888780;
font-weight: 500;
font-size: 12px;
text-align: left;
padding: 8px 10px;
border-bottom: 1px solid #e3e1d8;
white-space: nowrap;
position: sticky;
top: 0;
}
#branches-table tbody td {
padding: 8px 10px;
border-bottom: 1px solid #eeeee6;
vertical-align: top;
}
#branches-table tbody tr:hover {
background: #f8f7f2;
}
#branches-table a {
color: #2c7fc7;
text-decoration: none;
}
#branches-table a:hover {
text-decoration: underline;
}
#branches-source-note {
margin-top: 20px;
padding-top: 12px;
border-top: 1px solid #e3e1d8;
font-size: 11px;
color: #888780;
}
#branches-source-note a {
color: #2c7fc7;
} @media (max-width: 768px) {
#branches-page-outer {
padding: 12px;
}
#branches-panel {
padding: 1rem;
border-radius: 8px;
}
#branches-pref-heading {
font-size: 17px;
}
#branches-table {
font-size: 12px;
}
#branches-table thead th,
#branches-table tbody td {
padding: 6px 8px;
}
}