.arte-projects {
    padding: 50px 15px;
}
.arte-projects > h1 {
    font-size: 2.4rem;
}
.projects-filter-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 40px -15px;
}
.projects-filter-form > .filter-item {
    padding: 0 15px;
}
.projects-filter-form > .filter-item {
}

.arte-projects .projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.arte-projects .projects > article {
    width: 33.33%;
    padding: 20px;
    box-sizing: border-box;
}
.arte-projects .projects > article img {
    object-fit: cover;
    aspect-ratio: 4/3;
    border-radius: 8px;
}
.arte-projects .projects > article .project-title {
    margin-top: 20px;
    font-size: .9rem;
    font-weight: normal;
}

.arte-project {
    padding: 50px 15px;
}
.arte-project > h1 {
    font-size: 2rem;
    text-align: center;
}
.arte-project > .title-separator {
    width: 200px;
    height: 1px;
    margin: 60px auto 70px;
    background: #AC7D22;
}
.arte-project > .project-image {
}
.arte-project > .project-image > img {
    display: block;
    width: 100%;
}
.arte-project > .project-content {
    padding: 60px 0;
}
.arte-project > .project-extra-info {
    padding: 10px 0;
}
.arte-project > .project-gallery {
    padding: 60px 0;
}
.arte-project > .project-gallery .gallery-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.arte-project > .project-gallery .gallery-grid > a {
    display: block;
    width: 25%;
    padding: 15px;
    box-sizing: border-box;
    border: none;
}
.arte-project > .project-gallery .gallery-grid > a > img {
    display: block;
    object-fit: cover;
    aspect-ratio: 4/3;
}

/* Sayfalama */
.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination .page-numbers {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    margin: 0 3px;
    color: #333;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #2271b1;
    color: white;
    border-color: #2271b1;
}

@media (max-width: 576px) {
    .arte-projects {
        padding: 30px 15px;
    }
    .arte-projects > h1 {
        font-size: 1.7rem;
        text-align: center;
    }
    .projects-filter-form {
        flex-direction: column;
        align-items: stretch;
    }
    .projects-filter-form > .filter-item {
        margin-top: 10px;
    }
    .projects-filter-form > .filter-item:first-child {
        margin-top: 0;
    }
    .arte-projects .projects > article {
        width: 50%;
    }
    .arte-projects .projects > article .project-title {
        font-size: .8rem;
    }
    .arte-project > h1 {
        font-size: 1.5rem;
    }
    .arte-project > .project-gallery .gallery-grid {
        margin: 0 -10px;
    }
    .arte-project > .project-gallery .gallery-grid > a {
        width: 50%;
        padding: 10px;
    }
}
