/* 1. 共通の不要要素と、メタボックスの矢印・ハンドルを非表示 */
#screen-options-link-wrap, 
#contextual-help-link-wrap, 
#edit-slug-box,
#wp-admin-bar-my-account,
/* 矢印（ハンドル）とクリック可能なヘッダー装飾を消去 */
.postbox .handle-order-higher, 
.postbox .handle-order-lower, 
.postbox .handlediv,
.postbox-header .handle-actions {
    display: none !important;
}

/* メタボックスの見出しをクリックできないようにする */
.postbox .postbox-header {
    cursor: default !important;
}


/* 3. 年齢と身長（Name属性でピンポイント指定） */
input[name="smart-custom-fields[age][0]"],
input[name="smart-custom-fields[height][0]"] {
    width: 80px !important;
    min-width: 80px !important;
    flex: none !important;
}

.column-therapist_thumb {
    aspect-ratio: 1!important;

@media screen and (max-width: 782px) {
    input, textarea {
        font-size: 14px;
    }
	

	
