/*
Theme Name: GreenPilot Docs
Theme URI: https://greenpilot.ru
Author: GreenPilot
Description: Тема документации GreenPilot
Version: 1.0.0
Text Domain: greenpilot-docs
*/


.section-single .wp-block-table thead {
	border: none;
}

.section-single .wp-block-table td, .section-single .wp-block-table th {
	border: none;
}

.section-single .wp-block-table th {
	padding: 11.5px 24px;
}

.section-single .wp-block-table td {
    padding: 18px 24px;
	border-bottom: 1px solid #f3f3f3;
}

.wp-block-image {
	cursor: pointer;
}

.wp-block-separator {
    color: #f2f2f2;
    margin-bottom: 1.5rem;
}

.card {
	height: 100%;

}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-single img {
	border:1px solid #D9D9D9;
}