.houzez-custom-url-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.houzez-custom-url-button:hover {
    background-color: #005177;
}

.houzez-custom-url-missing {
    display: inline-block;
    margin: 10px 0;
    color: #6b7280;
}

.houzez-custom-dashboard-block .form-group + .form-group,
.houzez-custom-form .form-group + .form-group {
    margin-top: 14px;
}

.houzez-custom-dashboard-block > .form-group:first-child {
    margin-bottom: 20px;
}

.viewing-times {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #b9baba;
    border-radius: 5px;
    color: #013a14;
    text-align: center;
}

.viewing-times .date-box {
    background-color: #0073aa;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    text-align: center;
}

.viewing-times .date-box .day {
    font-size: 1.5em;
}

.viewing-times .date-box .month {
    font-size: 1em;
}

.viewing-times .time-details {
    flex-grow: 1;
    text-align: left;
}

.viewing-times .viewing-timezone {
    font-size: 12px;
    color: #56616c;
}

.viewing-times .viewing-status-badge {
    display: inline-block;
    margin: 4px 0;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.5;
    background: #f5d7d7;
    color: #7a1212;
}

.viewing-times.is-closed {
    opacity: 0.82;
}

.viewing-times .save-calendar {
    display: block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}

.viewing-times .save-calendar:hover {
    text-decoration: underline;
}

.rating-score-wrap .star:empty::before {
    content: "☆☆☆☆☆";
    color: #c5c5c5;
    font-size: 18px;
    letter-spacing: 2px;
}

.hc-review-stars {
    margin-top: 8px;
    display: flex;
    gap: 6px;
}

.hc-review-star {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    color: #c5c5c5;
    font-size: 24px;
    line-height: 1;
    padding: 6px 8px;
    cursor: pointer;
    transition: all .15s ease;
}

.hc-review-star.is-active {
    border-color: #facc15;
    background: #fff9db;
    color: #f5b301;
}

.hc-review-star:hover {
    transform: translateY(-1px);
}
