#facebook-commerce-iframe-enhanced {
	width: 100%;
	max-width: 1100px;
	min-height: calc(100vh - 200px);
	background: transparent;
	border: none;
}

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.drawer-toggle-button {
    width: 100%;
    max-width: 1100px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
                box-sizing: border-box;
}

.drawer-toggle-button:hover {
    background-color: #f9f9f9;
}

.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    transition: transform 0.3s ease;
}

.settings-drawer {
    width: 100%;
    max-width: 1100px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-left: 1px solid #ccc;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-bottom 0.3s ease;
    max-height: 0;
    margin: 0 auto;
                box-sizing: border-box;
}

.settings-drawer-content {
    padding: 20px;
    padding-bottom: 0;
}

.button:disabled {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.sync-description {
    font-size: 12px;
    color: #666;
    padding-top: 8px;
}

.woocommerce-embed-page #wpbody-content {
	padding-bottom: 0;
}
