/* goodpeople Affiliates — checkout partner-code field. Layout only; the input
 * and button inherit the host theme's .input-text / .button styles so the field
 * matches its surroundings (e.g. next to the coupon field in a custom checkout).
 * Scoped to the .gp-affiliates-partner-code container so it never leaks. */

.gp-affiliates-partner-code {
    margin: 12px 0 20px;
}

.gp-affiliates-partner-code > label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.gp-affiliates-partner-code__hint {
    margin-left: 4px;
    font-weight: 400;
    opacity: 0.7;
    font-size: 0.85em;
}

.gp-affiliates-partner-code__row {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.gp-affiliates-partner-code__input {
    flex: 1;
    min-width: 0;
}

.gp-affiliates-partner-code__apply {
    flex-shrink: 0;
}

.gp-affiliates-partner-feedback {
    display: block;
    margin-top: 6px;
    min-height: 1.2em;
    font-size: 0.9em;
    line-height: 1.3;
}

.gp-affiliates-partner-feedback[data-state="checking"] {
    opacity: 0.7;
    font-style: italic;
}

.gp-affiliates-partner-feedback[data-state="success"] {
    color: #1f7a3a;
    font-weight: 500;
}

.gp-affiliates-partner-feedback[data-state="removed"] {
    opacity: 0.7;
}

.gp-affiliates-partner-feedback[data-state="error"] {
    color: #a02020;
    font-weight: 500;
}
