﻿
.folder-button {
    background-color: #1CB098;
    color: white !important;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 30px;
    transition: background-color 0.3s;
}

.folder-button:hover {
    background-color: #05d5b3;
    color: white !important;
}

.folder-button.active {
    box-shadow: 0 0 0 2px white, 0 0 10px #05d5b3;
}

.gallery-style-one-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}


