.instagram-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 320px;
    /* adjust as needed (320–400 works well) */
}

.instagram-inline blockquote.instagram-media {
    margin: 0 !important;
    display: inline-block !important;
    width: 100% !important;
    min-width: 250px;
}



.weekly-header {
    position: relative;
    background: #faf8f4;
    /* soft paper-like background */
    border: 1px solid #e6dccf;
    /* subtle paper border */
    border-radius: 16px;
    padding: 60px 30px;
    max-width: 900px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Playfair Display', serif;
}

.weekly-header::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed #d8c5a3;
    border-radius: 12px;
    pointer-events: none;
    opacity: 0.6;
}

.weekly-header h5 {
    font-size: 1.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b99b6b;
    margin-bottom: 15px;
}

.weekly-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 15px;
}

.weekly-header p {
    font-size: 1.1rem;
    color: #5a5a5a;
    max-width: 700px;
    margin: 0 auto;
}

.weekly-seal {
    position: absolute;
    bottom: -25px;
    right: 50%;
    transform: translateX(50%);
    background: rgba(185, 155, 107, 0.15);
    border: 2px solid rgba(185, 155, 107, 0.4);
    color: #b99b6b;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 50px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(5px);
}