.ems-outlet-content {
    padding: 20px 24px 24px;
}

.ems-content-area {
    margin: 0 auto;
    padding: 0 12px;
}

.ems-content-area h1 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #494949;
}

.ems-location-info {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
}


.ems-card-and-button {
    max-width: 1250px;
    width: 100%;
    margin: 0;
}

.event-management-card {
    background-color: #F7F7F7;
    border-radius: 12px;
    padding: 16px 24px 20px;
    width: 100%;
    margin: 0;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        78% 80%,
        75% 100%,
        0 100%
    );
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-title {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.card-separator {
    border: 0;
    height: 5px;
    margin: 0 -24px 12px -24px;
}

.card-description {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.45;
}

/* Button under the card's curve, flush to card right edge */
.ems-events-button-wrap {
    width: 100%;
    padding: 0;
    margin: -20px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

.hotel-booking-button {
    background-color: #D9A128;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    clip-path: polygon(
        22% 0%,
        100% 0%,
        100% 100%,
        60% 100%,
        11% 89%
    );
    padding-left: 30px;
    padding-right: 20px;
    height: 35px;
    width: 310px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
}

.hotel-booking-button:hover {
    background-color: #D9A128;
}