/* === PHOCA GALLERY – RETRO STYLE === */

.phocagallery-box-file {
    background: #f4ecd8; /* kolor starego papieru */
    border: 1px solid #c8b68f;
    padding: 6px;
    border-radius: 2px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.phocagallery-box-file:hover {
    transform: scale(1.03);
    box-shadow: 4px 4px 12px rgba(0,0,0,0.35);
}
.phocagallery-box-file img {
    filter: sepia(65%) contrast(95%) brightness(95%);
    border: 1px solid #bda77a;
}
.pg-title {
    font-family: "Georgia", serif;
    font-size: 14px;
    color: #5a4632;
    text-align: center;
    margin-top: 6px;
    font-style: italic;
}.pg-description {
    font-family: "Georgia", serif;
    font-size: 13px;
    color: #6b5a45;
    text-align: center;
    margin-top: 4px;
}.modal-content {
    background-color: #f4ecd8;
    border: 1px solid #bfa77a;
    font-family: Georgia, serif;
}

.modal-title {
    color: #4a3826;
    font-style: italic;
}

.modal-body {
    color: #5a4632;
}.phocagallery-box-file {
    background-image: linear-gradient(
        rgba(255,255,255,0.15),
        rgba(0,0,0,0.05)
    );
}body {
    background-color: #efe6d3;
}