/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.entry-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}

.entry-content table th,
.entry-content table td {
  white-space: nowrap;
  word-break: keep-all;
  padding: 8px;
}

/* 태블릿 이하 (768px)에서 사이드바를 본문 아래로 이동 */
@media screen and (max-width: 768px) {
    /* Astra의 메인 콘텐츠 영역과 사이드바 클래스를 가정 (실제 클래스명은 다를 수 있음) */
    #primary {
        width: 100%; /* 메인 콘텐츠를 전체 너비로 확장 */
    }
    #secondary {
        width: 100%; /* 사이드바를 전체 너비로 확장 */
        float: none; /* 부유 속성 제거 */
        clear: both; /* 위 요소 아래로 명확하게 배치 */
        padding-top: 20px; /* 본문과 사이드바 사이에 여백 추가 */
    }
}

