```css
/* Voucher Plugin Styles */
body {
    background: #f9f9f9;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.voucher-container {
    max-width: 960px;
    margin: 20px auto;
    background: #fff;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
}

.voucher-header {
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.voucher-header h2 {
    color: #6c3bd1;
    margin: 0;
}

.voucher-section {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-radius: 8px;
    background: white;
    padding: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.voucher-section h3 {
    background-color: #60fd63;
    padding: 6px 10px;
    border-radius: 6px;
    margin-top: 0;
}

.reservation-block {
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0;
    background: white;
}

.reservation-block h3 {
    background-color: #60fd63;
    padding: 6px 10px;
    border-radius: 6px;
    margin-top: 0;
}

.hotel-top {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 15px;
}

.hotel-top img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.hotel-top > div {
    flex: 1;
    min-width: 0;
}

.hotel-top h4,
.hotel-top p:not(.amenities) {
    margin: 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.hotel-top .amenities {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin: 0;
}

.hotel-top .amenities strong {
    font-size: 12px; /* Set "Amenities" label to 12px */
    color: #333;
}

.amenity-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 12px;
    font-size: 12px; /* Set to 12px for all devices */
    color: #666;
}

.amenity-item i {
    font-size: 12px; /* Match icon size to text */
    margin-right: 5px;
    vertical-align: middle;
}

.room-top {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.room-section {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.room-details-heading {
    font-size: 14px;
    color: #333;
    margin: 0 0 8px;
    padding: 4px 8px;
    background: #f1f5ff;
    border-radius: 4px;
}

.room-top-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 150px;
}

.room-top {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.room-image {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    flex: 0 0 150px;
}

.room-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 10px;
    min-width: 0;
}

.details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    font-size: 14px;
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 4px;
    flex-grow: 1;
}

.detail-row {
    display: flex;
    gap: 3px;
    color: #444;
    padding: 3px 0;
}

.detail-label {
    font-weight: bold;
    color: #2c3e50;
}

.details-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 16px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 6px;
}

.info-item {
    line-height: 1.3;
}

.additional-info {
    background-color: #f8f5ff;
    border-left: 3px solid #6c3bd1;
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 16px;
}

.notification {
    display: flex;
    align-items: center;
    background-color: #f0f4f8;
    border-left: 4px solid #4CAF50;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.icon {
    font-size: 20px;
    color: #4CAF50;
    margin-right: 10px;
}

.message h3 {
    margin: 0;
    color: #333;
}

.message p {
    margin: 4px 0 0;
    color: #666;
}

.lottie-status {
    display: inline-block;
    vertical-align: middle;
}

.format-date {
    color: #666;
}

.calculate-nights {
    color: #666;
}

.vp-amenities-field {
    display: block !important;
}

.vp-amenities-field label {
    display: flex !important;
    align-items: center;
    margin-bottom: 5px;
}

/* Responsive Styles */
@media (max-width: 600px) {
    .hotel-top, .room-top, .room-top-wrapper {
        flex-direction: column;
    }

    .hotel-top img, .room-image {
        width: 100%;
        height: auto;
        max-height: 150px;
    }

    .hotel-top h4,
    .hotel-top p:not(.amenities) {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .hotel-top .amenities {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
    }

    .amenity-item {
        margin-right: 10px;
    }

    .room-details {
        padding-left: 0;
        min-height: auto;
    }

    .room-section {
        padding: 5px;
    }

    .notification {
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .icon {
        margin-bottom: 8px;
    }
}
```