/* Garden Club Tickets – Public Styles */

.gct-checkout-wrap {
    max-width: 480px;
    margin: 24px 0;
    font-family: inherit;
}

.gct-event-title {
    margin-bottom: 4px;
}

.gct-event-meta {
    color: #555;
    font-size: 0.95em;
    margin-bottom: 20px;
}

.gct-form .gct-field {
    margin-bottom: 16px;
}

.gct-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.gct-form input[type="text"],
.gct-form input[type="email"],
.gct-form select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
}

.gct-card-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    background: #fafafa;
    min-height: 44px;
}

.gct-submit-btn {
    background: #4a7c59;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 1em;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
}

.gct-submit-btn:hover {
    background: #3a6347;
}

.gct-submit-btn:disabled {
    background: #999;
    cursor: not-allowed;
}

.gct-messages {
    padding: 10px 14px;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 0.95em;
}

.gct-msg-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.gct-msg-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.gct-success {
    padding: 20px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    color: #155724;
    text-align: center;
}

.gct-sold-out,
.gct-error {
    color: #721c24;
    font-style: italic;
}
