.xkobar-event-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    background-color: #c7ba9d; /* The tan color in your image */
    border-radius: 40px;
    font-family: sans-serif;
}

.xkobar-event-text { flex: 1; padding-right: 50px; }

.xkobar-date { text-decoration: underline; font-size: 18px; margin-bottom: 10px; }

.xkobar-title { font-size: 42px; margin-bottom: 20px; font-weight: 500; border-bottom: 1px solid #000; display: inline-block; }

.xkobar-description { margin-bottom: 30px; line-height: 1.5; text-decoration: underline; }

.xkobar-btn {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #000;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
}

/* The Frame Effect */
.xkobar-event-image-wrapper { position: relative; flex: 1; }

.xkobar-image-frame {
    position: absolute;
    top: -20px;
    left: 40px;
    width: 80%;
    height: 110%;
    border: 2px solid #5d5d37;
    z-index: 1;
}

.xkobar-event-image-wrapper img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 4px;
}