body{
    background-color:pink ;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container{
    flex: 1;
}

/* Listing page heading */
.heading{
    display: flex;
    justify-content: center;
}

/* Navbar */

.navbar{
    height: 5rem;
    background-color: white;

}
.fa-compass{
    color: red;
    font-size: 2rem;
}
.nav-link{
    color: #222222 !important;
}

/* footer */

.f-info-links a{
    text-decoration: none;
    color:#222222;
}
.f-info-links a:hover{
    text-decoration: underline;
}
.f-info-links , .f-info-socials,.f-info-brand{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-info-socials i{
    margin-top: 1rem;
    font-size: 1.2rem;
    margin-right: 1rem;
    text-decoration: none;
    color: #222222;
}

.f-info-socials i:hover{
    color:cornflowerblue;
}

.f-info{
    text-align: center;
    height: 8rem;
    background-color: #ebebeb;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-evenly;
}

/* Cards */
.card{
    border:none !important;
    margin-bottom: 2rem;
}

.card-img-top{
    border-radius: 1.4rem !important;
    width: 100% !important;
    object-fit: cover !important;
}

.card-body{
    padding: 0 !important;
}
.card-text p{
    font-weight: 400 !important;
}
.listing-link{
    text-decoration: none;
}
.card-img-overlay{
    opacity: 0;
}
.card-img-overlay:hover{
    opacity: 0.5;
    background-color: white;
}
.add-btn{
    background-color: #ff385c !important;
    color: white !important;
    border: none !important;
    border-radius: 0.9rem !important;
}

/* ai-generated: show listing page visuals */
.show-page {
    max-width: 100%;
}

.show-header {
    padding-inline: 0.25rem;
}

.show-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ff385c;
}

.show-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #222222;
}

.show-price-pill {
    background: linear-gradient(135deg, #ff385c, #ff7a59);
    color: #ffffff;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(255, 56, 92, 0.22);
}

.show-card {
    border: 1px solid rgba(34, 34, 34, 0.08) !important;
    border-radius: 1.75rem !important;
    background: #ffffff;
}

.show-image {
    height: min(52vh, 28rem);
    object-fit: cover;
}

.show-card-body {
    background: linear-gradient(180deg, #ffffff 0%, #fff8f6 100%);
}

.show-meta {
    margin-top: 0.25rem;
}

.show-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: #f7f7f7;
    color: #222222;
    font-weight: 600;
}

.show-chip-accent {
    background: rgba(255, 56, 92, 0.12);
    color: #c81d45;
}

.show-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222222;
    margin-bottom: 0.85rem;
}

.show-description {
    color: #4b4b4b;
    line-height: 1.8;
    font-size: 1.02rem;
}

.show-actions .btn {
    border-radius: 999px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    font-weight: 700;
    min-width: 10rem;
}

@media (max-width: 768px) {
    .show-header {
        align-items: flex-start !important;
    }

    .show-price-pill {
        width: 100%;
        text-align: center;
    }

    .show-image {
        height: 18rem;
    }

    .show-actions {
        justify-content: stretch !important;
    }

    .show-actions .btn,
    .show-actions form {
        width: 100%;
    }

    .show-actions .btn {
        width: 100%;
    }
}