/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.rank-math-breadcrumb {
    background-color: #f0f0f0; /* Your preferred background color */
    padding: 8px 15px;         /* Add some padding around the breadcrumb */
    border-radius: 5px;        /* Optional: rounded corners */
    text-align: center;        /* Center the breadcrumb text */
}

.rank-math-breadcrumb p {
                /* Adjust padding inside paragraph */
    color: black;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;                 /* Remove default margin to keep it neat */
}

.rank-math-breadcrumb a {
    margin-right: 5px;
    font-weight: bold;
    color: #d1072f;
}

@media (max-width: 768px) {
    .rank-math-breadcrumb p {
        margin: 0 10px;
    }
}
