.tox[dir="rtl"] {
	font-family: Shabnam,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
.tox[dir="rtl"] .tox-label {
	padding: 0 0 4px 8px !important;
}
.tox .tox-form__group {
	margin-bottom: 12px !important;
}
.tox .tox-dropzone {
	background: transparent !important;
}
.tox .tox-dialog__body-nav-item {
	margin-bottom: 12px !important;
}

.huge-custom-block {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    margin: 0.75rem 0;
    background: #f9fafb;
    overflow: hidden;
}

.huge-custom-block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0.5rem 0.75rem;
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;

    font-size: 0.875rem;
    color: #111827;
}

.huge-custom-block__label {
    font-weight: 600;
}

.huge-custom-block__delete {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0.15rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

.huge-custom-block__delete::before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8.75 1A2.75 2.75 0 0 0 6 3.75v.443c-.795.077-1.584.176-2.365.298a.75.75 0 1 0 .23 1.482l.149-.022.841 10.518A2.75 2.75 0 0 0 7.596 19h4.807a2.75 2.75 0 0 0 2.742-2.53l.841-10.52.149.023a.75.75 0 0 0 .23-1.482A41.03 41.03 0 0 0 14 4.193V3.75A2.75 2.75 0 0 0 11.25 1h-2.5ZM10 4c.84 0 1.673.025 2.5.075V3.75c0-.69-.56-1.25-1.25-1.25h-2.5c-.69 0-1.25.56-1.25 1.25v.325C8.327 4.025 9.16 4 10 4ZM8.58 7.72a.75.75 0 0 0-1.5.06l.3 7.5a.75.75 0 1 0 1.5-.06l-.3-7.5Zm4.34.06a.75.75 0 1 0-1.5-.06l-.3 7.5a.75.75 0 1 0 1.5.06l.3-7.5Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.huge-custom-block__delete:hover {
    background: rgba(170, 176, 186, 0.78);
}

.huge-custom-block__body {
    padding: 0.75rem;
    background: #ffffff;
    font-size: 0.875rem;
    color: #374151;
}
