HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpkoopkj/wp-content/themes/ohio/assets/sass/components/widgets/_widgets-base.scss
.widgets {
	font-size: 0.98em;

	ul,
	ol {

		@include unlist;
	}
}

.widget {
	
	@include spacer2x(padding-top);

	select {
		max-width: 100%;
	}

	&:not(:first-child) {

		@include spacer(margin-top);
	}

	&-title,
	h2,
	.wp-block-search__label,
	.wc-block-product-search__label {
		margin-bottom: 1rem;
		letter-spacing: -.01em;
		line-height: inherit;
		font-weight: bold;
		font-family: $font-headlines;
		font-size: $font-size-h6;
	}

	> ul {

		li {

			&:not(:last-child) {
				margin-bottom: 0.25rem;
			}
		}
	}


	// Tags Cloud

	.tagcloud,
	.wp-block-tag-cloud {
		flex-wrap: wrap;

		@include flex;

		a {
			margin: 0.35rem 0.35rem 0 0;
			display: inline-block;
			font-size: $font-size-caption !important;
		}
	}

	// Menu

	.has-submenu-icon {
		display: none;
	}

	// List with Image

	&.widget_ohio_widget_recent_posts,
	&.widget_products,
	&.widget_top_rated_products,
	&.widget_recently_viewed_products,
	&.widget_recent_reviews {

		ul {

			li {
				padding-bottom: 1.25rem;

				@include flex;

				&:last-child {
					margin-bottom: 0;
				}
			}
		}

		img {
			margin-right: 1rem;

			@include metro(4.25rem, 4.25rem);
		}

		.content-holder {

			h6 {
				font-weight: 600;
				margin-bottom: 0.2rem;
			}

			.details {
				line-height: 1.45;
				font-size: $font-size-small;
			}

			.price {
				display: block;
			}
			
			.author,
			.price {
				font-weight: 600;
			}
		}
	}
}