/* Breezycv theme overrides */

/* Proje resim alanı - figure yüksekliği (anchor position:absolute olduğu için figure collapse oluyordu) */
.portfolio-content .portfolio-grid figure {
    min-height: 220px;
}

.portfolio-content .portfolio-grid .portfolio-item-img {
    position: relative;
    height: 180px;
    min-height: 180px;
}

.portfolio-content .portfolio-grid .portfolio-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

/* Footer: sayfa linkleri üstte yan yana (tek satır), telif metni altta */
.header .copyrights.breezycv-site-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    box-sizing: border-box;
}

.breezycv-footer-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 8px 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.breezycv-footer-links li {
    flex: 0 0 auto;
}

.breezycv-footer-link {
    white-space: nowrap !important;
}

.breezycv-footer-copyright {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    color: #bbb;
}

/* Üst içerik şeridi (navbar sayfaları): geçerli markup + yatay düzen */
.breezycv-content-footer-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px 10px;
    justify-content: flex-end;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.breezycv-content-footer-links li {
    flex: 0 0 auto;
}

.breezycv-content-footer-links .btn-close {
    white-space: nowrap !important;
}
