﻿.place-detail-tags {
    list-style: none;
    padding: 0px;
}

    .place-detail-tags li {
        display: inline-flex;
        padding: 7px;
        margin-top: 7px;
        background-color: #EBECED;
        border-radius: 50rem;
    }

.place-detail-social-link {
    margin-top: 7px;
    color: #000;
    background-color: #ebeced;
    border-color: #dee2e6;
}

    .place-detail-social-link:hover {
        background-color: #d3d4d4;
    }

#place-description {
    min-height: 200px;
}

#place-main-image {
    height: 360px;
}

    #place-main-image a {
        position: relative;
        top: 80% !important;
    }

.plcae-map-container {
    height: 225px;
    background-image: url('/img/site/map-background.png');
}

.place-detail-map-text {
    position: relative;
    top: 32%;
    font-weight: bold;
}

.btn-float-3d {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 6px 12px rgba(0, 0, 0, 0.20), 0 14px 28px rgba(0, 0, 0, 0.18);
    border: none;
    transform: translateZ(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    will-change: transform;
}

    .btn-float-3d:hover,
    .btn-float-3d:focus {
        transform: translateY(-4px) scale(1.03);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), 0 10px 18px rgba(0, 0, 0, 0.25), 0 22px 40px rgba(0, 0, 0, 0.22);
    }

#place-main-image {
    perspective: 800px;
}

.custom-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .custom-breadcrumb .breadcrumb-item {
        display: flex;
        align-items: center;
        color: #6c757d;
    }

        .custom-breadcrumb .breadcrumb-item a {
            text-decoration: none;
        }

        .custom-breadcrumb .breadcrumb-item:not(:first-child)::before {
            content: ">";
            display: inline-block;
            margin: 0 0.5rem;
            color: #adb5bd;
        }

        .custom-breadcrumb .breadcrumb-item.active {
            color: #212529;
            font-weight: 500;
        }

.multiple-line-text {
    white-space: pre-line;
}