/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.alphabet-navigation {
    margin: 20px 0;
    padding: 10px;
    background-color: #F45D22; /* Orange background */
    text-align: center;
}

.alphabet-navigation a {
    margin: 0 5px;
    padding: 10px 15px;
    background-color: #fff;
    color: #F45D22; /* Text color matching the header */
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}
