html { font-size: 14px; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #000; }
.header { border-bottom: 1px solid #e5e5e5;padding: 8px 12px;}
.logo-img { height:20px; }
.wrapper { max-width: 414px;width: 95%;margin: 0 auto;position: relative;}
.nav-wrapper { display: flex; justify-content: space-between; }
.header-intro { text-align: center; padding-left: 25px; font-size: 14px; font-weight: normal; margin: 0;}
.main-wrap { max-width: 414px; width: 95%; margin: 20px auto 40px; }
.header-market {
    display: flex;
    gap: 8px;
}
h2 { font-size: 14px; }
.success {
    color: green;
    font-weight: bold;
    margin-bottom: 24px;
}
.not-paid { color: red; font-weight: bold; }
.waiting {color:orange;}
.no-data {color:red;}
.paid {color:green;}
.auction_link {text-align:center;margin-top:40px;}
.link-btn {display:block;}
.info { margin-top: 40px; text-align: left; }
.intro fieldset { text-align: center; border: none; margin-top: 20px; }
.row {display:flex;}
.main-table td, .main-table th {padding:4px 8px;text-align:center;}
.main-table th {padding-top: 6px;padding-bottom:6px;}
.main-table th, .main-table td {border-left:1px solid #CDD0D1;border-bottom:1px solid #CDD0D1;}
.main-table tr:hover {background-color:#F0F8FF;}
.main-table {width:100%;border-spacing:0;border-top:1px solid #CDD0D1; border-right:1px solid #CDD0D1; margin:20px auto;}
.about-market { background-color: #eaecee;padding: 6px 18px;text-align: left; }
legend { margin-bottom: 20px; text-align: center; }
fieldset { text-align: left; margin-top: 30px;}
ul {text-align:left;}
.field label { margin-bottom:6px; }
.field { margin-bottom: 12px; }
.subtext { font-size: 10px;}
.designer-info {
    display: flex;
    gap: 12px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.status-info {
    border-bottom: 1px solid black;
}
.booked-place-info {
    display: flex;
    gap: 12px;
    padding: 24px 0;
}
.place-info {
    margin-bottom: 32px;
    border-bottom: 1px solid black;
}
.enter {
    color: white;
    background-color: #212F3D;
    padding: 12px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    text-decoration: none;
    margin: 30px 0;
    text-align: center;
    border-radius: 2px;
    cursor:pointer;
}
a.enter {
    display: inline-block;
}
.enter:disabled {
    background-color: #cccccc;
    color: black;
    cursor: not-allowed;
    opacity: 0.7;
}
.back-link {
    text-align: center;
    max-width: 414px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.back-link a {
    text-decoration: none;
    color: #2a2f37;
    padding: 12px 24px;
}
.back-link a:hover {
    background-color: #e9edf2;
}
.account {
    background-color: firebrick;
}
.login-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
.login-field input {
    height: 22px;
}
.login-field select {
    height: 28px;
}
.hint {
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 32px;
}
.req {
    font-size: 10px;
}
.new {
    text-align: center;
}
.button {
    text-align: center;
}
.error {
    background-color: #fff7ed;
    color: #711d1d;
    padding: 8px 12px;
    text-align: center;
    margin-top: 24px;
}
.warning {
    background-color: #fff3cd;
    color: #856404;
    padding: 8px 12px;
    text-align: center;
    margin: 24px 0;
    border: 1px solid #ffeeba;
    border-radius: 4px;
}
.success {
    background-color: #d4edda;
    color: #155724;
    padding: 8px 12px;
    text-align: center;
    margin: 24px 0;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
}
.place-option {
    margin-bottom: 4px;
}
.place-option input {
    position: absolute;
    left: -10000px;
}
.place-option label {
    display: block;
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #2a2f37;
    border-radius: 4px;
    text-align: center;
}
.place-option label:hover {
    background-color: #e9edf2;
    cursor: pointer;
}
.place-option input[type="radio"]:checked + label {
    border: 2px solid #2a2f37;
    background-color: #d0d5db;
}
.place-option input[type="radio"]:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}
.place-option input[type="radio"]:disabled + label:hover {
    background-color: transparent;
}
.align-center {
    display: flex;
    justify-content: center;
}
label.place-label {
    display: flex;
    justify-content: space-evenly;
}
.place-label-item {
    display: flex;
    flex-direction: column;
    flex-basis: 114px;
    gap: 4px;
}
.place-label-title {
    font-size: 12px;
}
ul.example li {
    margin-bottom: 8px;
}
.bid-example {
    display: flex;
    flex-direction: column;
    margin: 16px;
}
.bid-example-title {
    font-style: italic;
    display: inline-block;
    margin-bottom: 8px;
}
.bid-summary {
    margin: 24px 0;
}
.plan-image {
    border: 1px solid black;
    margin-bottom: 12px;
}
.bid-instructions {
    text-align: center;
}
.bid-fields {
    display: flex;
    justify-content: space-between;
}
.bid-fields .field {
    flex-basis: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
}
.user-bids-table, .user-equipment-table {
    margin: 60px 0;
}
#board-page .user-equipment-table {
    margin: 12px 0;
}
#board-page .user-bids-table {
    margin: 12px 0;
}
.user-bids-table_row, .user-equipment-table_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid black;
}
.user-bids-table_place, .user-equipment-table_item {
    flex-basis: 58px;
}
.user-bids-table_amount, .user-equipment-table_price {
    flex-basis: 75px;
}
.user-bids-table_rank {
    flex-basis: 75px;
}
.user-equipment-table_erip {
    flex-basis: 96px;
}
.user-bids-table_date, .user-equipment-table_status {
    flex-basis: 75px;
}
.user-bids-table_actions, .user-equipment-table_actions {
    flex-basis: 75px;
}
.footer { max-width: 414px; margin: 0 auto; font-size: 12px; padding: 12px 0 8px; border-top: 1px solid #e5e5e5;}
.footer p { margin: 0; text-align: center; }
.footer .soc-links { display: flex; justify-content: space-between; padding: 0 20px 12px; }
.soc-links img { width: 30px;}
.price-notes {text-align:left;font-size:small;}
img.floorplan {width:100%;}
.place-name {display: inline-block;padding: 12px 22px;width: 85%;border: 1px solid darkgrey;border-radius: 4px;}
.place-name:hover {background-color: ivory;}

.designers-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.designers-table th,
.designers-table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

.designers-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.designers-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.designer-category {
    margin-bottom: 30px;
}
