/* /Pages/ClientAlbumIndex.cshtml.rz.scp.css */
h3[b-x76gn5f6lk] {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* Allows wrapping of content on smaller screens */
}

.horizontal-list[b-x76gn5f6lk] {
    list-style-type: disc; /* Use disc bullets */
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: 20px; /* Space between "Client Albums" and the first bullet */
    flex-wrap: wrap; /* Allows wrapping of list items */
    align-items: center; /* Align items in the center */
}

    .horizontal-list li[b-x76gn5f6lk] {
        margin-left: 15px; /* Space between items */
        list-style-position: outside; /* Keep bullets outside */
        padding-left: 0; /* Remove extra padding */
        display: flex;
        align-items: center; /* Align bullet and text vertically */
    }

        .horizontal-list li:first-child[b-x76gn5f6lk] {
            margin-left: 0; /* Remove left margin for the first item */
        }

        .horizontal-list li a[b-x76gn5f6lk] {
            text-decoration: none; /* Remove underline from links */
            color: #007bff; /* Link color */
        }

            .horizontal-list li a:hover[b-x76gn5f6lk] {
                text-decoration: underline; /* Add underline on hover */
            }

/* Media query for mobile optimization */
@media (max-width: 600px) {
    h3[b-x76gn5f6lk] {
        flex-direction: column; /* Stack heading and list vertically */
        align-items: flex-start; /* Align items to the left */
        font-size: 1.2em; /* Adjust font size for the heading on mobile */
    }

    .horizontal-list[b-x76gn5f6lk] {
        margin-left: 0; /* Remove left margin on smaller screens */
        flex-direction: row; /* Keep list items in a row */
        flex-wrap: wrap; /* Allow wrapping if they don't fit */
    }

        .horizontal-list li[b-x76gn5f6lk] {
            margin-left: 10px; /* Reduce space between items */
            margin-top: 5px; /* Add slight space between wrapped lines */
        }

            .horizontal-list li a[b-x76gn5f6lk] {
                font-size: 0.9em; /* Reduce font size of links on mobile */
            }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-bknnwx978b] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-bknnwx978b] {
  color: #0077cc;
}

.btn-primary[b-bknnwx978b] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-bknnwx978b], .nav-pills .show > .nav-link[b-bknnwx978b] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-bknnwx978b] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bknnwx978b] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-bknnwx978b] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-bknnwx978b] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-bknnwx978b] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
