/* Pressria for WooCommerce Admin Styles */

.presfowo-wrap {
    max-width: 700px;
}

/* Card layout */
.presfowo-card {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.presfowo-card h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.presfowo-card p {
    margin-top: 0;
    color: #50575e;
}

/* Connected status */
.presfowo-connected {
    border-left: 4px solid #00a32a;
}

.presfowo-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.presfowo-status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00a32a;
}

.presfowo-status-text {
    font-weight: 600;
    color: #00a32a;
}

.presfowo-shop-info {
    font-size: 14px;
    color: #1d2327;
}

.presfowo-plan-badge {
    display: inline-block;
    background: #2271b1;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    vertical-align: middle;
}

/* Disconnect section */
.presfowo-disconnect-section {
    border: 1px solid #d63638;
    background: #fcf0f1;
    text-align: center;
}

/* Logo upload */
.presfowo-logo-preview {
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    max-width: 200px;
}

.presfowo-logo-preview img {
    display: block;
    max-width: 150px;
    max-height: 60px;
    height: auto;
}

.presfowo-logo-upload .button {
    margin-right: 8px;
}

/* Form actions */
.presfowo-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
}

.presfowo-form-actions .spinner {
    float: none;
    margin: 0;
}

/* Intro text */
.presfowo-intro {
    font-size: 14px;
    color: #1d2327;
    margin-bottom: 4px;
}

/* Message box */
.presfowo-message {
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
}

.presfowo-message.success {
    background: #edfaef;
    border: 1px solid #00a32a;
    color: #00a32a;
}

.presfowo-message.error {
    background: #fcf0f1;
    border: 1px solid #d63638;
    color: #d63638;
}
