.password-requirements {
    margin: .6em 0;
    padding: .6em;
    background: #f8f8f8;
    border-radius: 4px;
}
.password-requirements h4 {
    margin: 0 0 0.5em;
}
.password-requirements ul {
    margin: 0;
    padding-left: 1.5em;
}
.password-requirements li {
    color: #777;
    transition: color 0.3s;
}
.password-requirements li.met {
    color: #7ac142;
}
.password-requirements li.met::marker {
    content: "✓ ";
}
input.error {
    border-color: #dc3232;
}
.partner-auth-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.steps-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.step {
    position: relative;
    padding: 10px;
    color: #999;
    flex: 1;
    text-align: center;
}

.step.active {
    color: #2271b1;
    font-weight: bold;
}

.step::after {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
}

.step.active::after {
    background: #2271b1;
}

.partner-info {
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.verification-info {
    background: #e7f7ff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.form-row {
    margin-bottom: 20px;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.input-text, .select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button {
    margin-right: 10px;
}

.prev-step {
    background-color: #f8f8f8;
    border-color: #ddd;
}

.error-message {
    color: #d63638;
    padding: 10px;
    margin-bottom: 20px;
    background: #ffebeb;
    border-radius: 4px;
}

.label-open-creation {
    font-weight: bold;
}

button.btn-more {
    content: "\e900";
    padding-left: 0;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--orange);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
}

button.btn-more:hover {
    color: var(--black);
}

button.btn-more::after {
    display: inline-block;
    content: "\e900";
    margin-left: .5rem;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
