/*# sourceMappingURL=custom.min.css.map */
.image-container {
    position: relative;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.image-container img {
    border-radius: 8px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.image-container .btn-delete-file {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 50%;
}

.viewport-width-25 {
    width: 25vh;
}

/* 모바일 스타일 */
@media (max-width: 768px) {
    .pagination {
        overflow-x: auto;
        white-space: nowrap;
    }

    .pagination .page-link {
        font-size: 12px;
        padding: 10px 12px;
    }
}
