.wp-block-custom-gutentor-button.gutentor-button-wrapper {
    margin: 10px 0;
}

.wp-block-custom-gutentor-button.align-left {
    text-align: left;
}

.wp-block-custom-gutentor-button.align-center {
    text-align: center;
}

.wp-block-custom-gutentor-button.align-right {
    text-align: right;
}

.gutentor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.5;
}

.gutentor-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.gutentor-button.size-small {
    padding: 8px 16px;
    font-size: 16px;
	font-weight: 400;
}

.gutentor-button.size-medium {
    padding: 12px 24px;
    font-size: 16px;
	font-weight: 400;
}

.gutentor-button.size-large {
    padding: 16px 32px;
    font-size: 18px;
	font-weight: 400;
}

.gutentor-button-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
}

.gutentor-button-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.gutentor-button-text {
    display: inline-block;
}
