/*!
Theme Name: ICE HUB
Theme URI: https://wonder-web.com.ua/
Author: Wonder Web
Author URI: https://wonder-web.com.ua/
Description: This theme was created personaly for ICE HUB company
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icehub
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

icehub is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.single-blog-post .holder .content a {
  color: #2d531a !important;
  text-decoration: underline;
}

.single-blog-post .holder .content h2,
.single-blog-post .holder .content h3,
.single-blog-post .holder .content h4 {
  margin-bottom: 16px;
}

.single-blog-post .holder .content p {
  margin-bottom: 24px;
}

section.company_developer .holder .title_container .card .company img {
  max-height: 77px;
}


/* Таблица в контенте поста */
.single-blog-post .content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden; /* чтобы скругление работало */
  margin: 16px 0;
  background: #fff;
}

.single-blog-post .content th,
.single-blog-post .content td {
  padding: 12px 14px;
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.single-blog-post .content thead th {
  background: #f7f7f7;
  font-weight: 600;
}

.single-blog-post .content tbody tr:nth-child(even) {
  background: #fcfcfc;
}

.single-blog-post .content tbody tr:hover {
  background: #f3f6ff;
}

/* Чтобы длинный текст в 3 колонке смотрелся лучше */
.single-blog-post .content td:last-child {
  word-break: break-word;
}

/* Небольшой адаптив: на узких экранах уменьшаем отступы */
@media (max-width: 600px) {
  .single-blog-post .content th,
  .single-blog-post .content td {
    padding: 10px 10px;
  }
}
