/*
Theme Name: American Surgical Specialties - Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */
:root {
    --amss-blue: #243E9A;
    --amss-red: #EE1A25;
}

.alpha-filter-letters {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    margin-bottom: 20px;
}

.letter-link {
    padding: 4px 6px;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
}

.letter-link:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.letter-link.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.numeric-pagination {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.numeric-pagination .page-numbers {
    padding: 4px 6px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
}

.numeric-pagination .page-numbers:hover {
    background-color: #f0f0f0;
    border-color: #999;
}

.numeric-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
