.akabbo-admin-intro {
    color: #50575e;
    font-size: 15px;
    margin: 6px 0 20px;
}

.akabbo-admin-layout {
    align-items: flex-start;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 720px) 280px;
    max-width: 1040px;
}

.akabbo-admin-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    padding: 24px;
}

.akabbo-settings-section {
    border-bottom: 1px solid #f0f0f1;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.akabbo-settings-section:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.akabbo-settings-section h2,
.akabbo-sidebar-card h2 {
    font-size: 16px;
    margin: 0 0 8px;
}

.akabbo-field-label,
.akabbo-amount-grid span {
    color: #1d2327;
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.akabbo-wide-field {
    max-width: 100%;
    width: 100%;
}

.akabbo-color-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.akabbo-checkbox-row {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

#akabbo_primary_color {
    height: 38px;
    padding: 2px;
    width: 64px;
}

#akabbo_color_value {
    min-width: 74px;
    text-align: center;
}

.akabbo-amount-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
}

.akabbo-amount-grid input {
    width: 100%;
}

.akabbo-form-actions {
    margin-top: 24px;
}

.akabbo-sidebar-card {
    position: sticky;
    top: 48px;
}

.akabbo-shortcode {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 12px;
    text-align: center;
}

.akabbo-copy-button {
    width: 100%;
}

@media (max-width: 960px) {
    .akabbo-admin-layout {
        grid-template-columns: 1fr;
    }

    .akabbo-sidebar-card {
        position: static;
    }
}

@media (max-width: 600px) {
    .akabbo-amount-grid {
        grid-template-columns: 1fr;
    }
}
