body {
    background-color: white;
}
/* Adjust the styles based on your design preferences */
.filter-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

#animal-search-form label,
#breed-dropdown label {
    margin-right: 10px;
}
#search-results {
    margin-top: 20px;
}
.single .entry-header{
    margin-bottom: 10px;
}
.search-results {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.result-item-link {
    width: 32%;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
/* SINGLE ZIVOTINJA */
.single article {
    width: 100%;
    padding: 40px 24px !important;
}
article h1.entry-title{
    font-size: 56px;
    color: #2d2d2d;
}

.featured-image{
    width: 100%;
}
.single .featured-image img{
    height: 500px;
}
.featured-image img{
    width: 100%;
    border-radius:0;
    height: 250px;
    object-fit: cover;

}
.result-item .single-content {
    margin-bottom: 10px;
    padding: 0 20px;
}
.result-item .result-content{
    padding: 0 20px;
}

.no-results {
    font-style: italic;
    color: #888;
}
.flex{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.flex .first{
    font-size: 16px;
    text-transform: uppercase;
}
.flex p{
    margin-bottom: 0;
}
.flex .fw-600{
    font-weight: 600;
}
.flex img{
    width: 25px;
}

ul#imageGallery{
    max-width: 700px;
    margin-bottom: 40px;
  
}
ul#imageGallery li img{

}
.border-img{
    display: flex;
    align-items: center;
}
.border-img::before,
.border-img::after{
    height: 2px;
    width: 45%;
    background-color: #d9d9d9;
    display: inline-block;
    content: "";

}

.border-img img{
    width: 10%;
}
.column-6{
    width: calc(50% - 24px);
}
.row{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.image-gallery{
    padding: 20px;
    margin-top: 20px;
    border-top: 4px solid #d9d9d9;
    border-bottom: 4px solid #d9d9d9;
}

/*   MY PROFILE   */

.profile form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.profile label {
    display: block;
    margin-bottom: 10px;
}

.profile input, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.profile input[type="submit"] {
    background-color: #4caf50;
    color: white;
    cursor: pointer;
}

.profile .update-success {
    color: #4caf50;
    font-weight: bold;
}

#animal-search-form input[type="submit"]{
    margin-left: auto;
}
#animal-search-form #animal-type-container{
    width: 350px;
}