/* This file should only contain base styles for party.html, migrated from <style> blocks (if any). */
/* Currently empty as party.html had no <style> block. */

/* Styles migrated from party.html */

.back-to-list {
    display: inline-block;
    padding: 8px 20px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #333333;
    font-size: 18px;
    transition: all 0.3s ease;
}

.back-to-list:hover {
    background-color: #F4AD03 !important;
    color: #ffffff !important;
}

.party-prev-next-link {
    color: #333333;
    text-decoration: none;
}
