.daily-prediction-box {
    background: #ffffff;
    text-align: center;
    padding: 18px 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    font-family: inherit;
    line-height: 1.8;
}


.daily-prediction-box .dp-title {
    font-size: 18px;
    font-weight: 800;
    color: #651403;
    text-align: center;
    margin-bottom: 16px;
}


.daily-prediction-box > div {
    margin-bottom: 10px;
    font-size: 15px;
}


.dp-pola {
    color: #1f1f1f;
    font-weight: 600;
}

.dp-4d {
    color: #b71c1c;
    font-weight: 700;
}

.dp-3d {
    color: #2e7d32;
    font-weight: 700;
}

.dp-2d {
    color: #ef6c00;
    font-weight: 700;
}

.dp-kembar {
    color: #6a1b9a;
    font-weight: 600;
}

.dp-bebas {
    background: #f9f4f3;
    padding: 8px 12px;
    border-radius: 6px;
    color: #651403;
    font-weight: 600;
}


.dp-top2d-title {
    margin-top: 14px;
    text-align: center;
    font-weight: 800;
    color: #651403;
}

.dp-top2d {
    text-align: center;
    font-weight: 700;
    color: #2e7d32;
    background: #f2f2f2;
    padding: 8px;
    border-radius: 6px;
}


.dp-note {
    text-align: center;
    font-size: 13px;
    color: #777;
    font-style: italic;
}


.dp-shio {
    font-weight: 700;
    color: #1565c0;
}


.dp-inves {
    background: #fff7e0;
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 700;
    color: #651403;
    word-break: break-all;
}

.dp-footer {
    margin-top: 14px;
    text-align: center;
    font-weight: 800;
    color: #ffffff;
    background: #651403;
    padding: 8px;
    border-radius: 6px;
}


@media (max-width: 768px) {

    .daily-prediction-box {
        padding: 14px;
    }

    .daily-prediction-box .dp-title {
        font-size: 16px;
    }

    .daily-prediction-box > div {
        font-size: 14px;
    }

    .dp-top2d {
        font-size: 13px;
        line-height: 1.6;
    }

    .dp-footer {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .daily-prediction-box {
        padding: 12px;
    }

    .daily-prediction-box > div {
        font-size: 13px;
    }

    .dp-note {
        font-size: 12px;
    }
}

#respond {
  margin-top: 40px;
  padding: 25px;
      border-top: 5px solid #651403;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
#reply-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #651403;
}

#reply-title small a {
  font-size: 14px;
  color: #651403;
  margin-left: 10px;
  text-decoration: none;
}

#reply-title small a:hover {
  text-decoration: underline;
}

.logged-in-as {
  font-size: 14px;
  background: #ffffff;
  padding: 12px;
  border-left: 4px solid #651403;
  margin-bottom: 18px;
}

.logged-in-as a {
  color: #651403;
  font-weight: 600;
  text-decoration: none;
}

.logged-in-as a:hover {
  text-decoration: underline;
}
.comment-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #651403;
}

.comment-form textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #d9b6b1;
  resize: vertical;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.comment-form textarea:focus {
  border-color: #651403;
  box-shadow: 0 0 0 2px rgba(101, 20, 3, 0.2);
  outline: none;
}
.form-submit {
  margin-top: 15px;
}

.form-submit .submit {
  background: #651403;
  color: #ffffff;
  padding: 10px 22px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.form-submit .submit:hover {
  background: #4e0f02;
  transform: translateY(-1px);
}

.required {
  color: #651403;
}

.required-field-message {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #7a3a30;
}

@media (max-width: 768px) {

  .navigation.pagination {
    margin: 20px 0;
    text-align: center;
  }

  .navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .navigation.pagination .page-numbers {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 6px;
    background: #f2f2f2;
    color: #651403;
    text-decoration: none;
    min-width: 36px;
    text-align: center;
  }

  .navigation.pagination .page-numbers.current {
    background: #651403;
    color: #ffffff;
    font-weight: bold;
  }

  .navigation.pagination .page-numbers.dots {
    background: transparent;
    padding: 8px 6px;
  }
  .navigation.pagination .prev,
  .navigation.pagination .next {
    flex: 1 1 100%;
    background: #651403;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
  }

  .navigation.pagination .prev:hover,
  .navigation.pagination .next:hover {
    opacity: 0.9;
		color: #c9c9c9 !important;
  }
}

nav.post-nav-theme {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0;
}

nav.post-nav-theme .nav-prev,
nav.post-nav-theme .nav-next {
  width: 50%;
}

nav.post-nav-theme a {
  display: block;
  padding: 14px 18px;
  background: #651403;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

nav.post-nav-theme .nav-prev a {
  text-align: left;
}

nav.post-nav-theme .nav-next a {
  text-align: right;
}

nav.post-nav-theme a:hover {
  opacity: 0.9;
	color: #c9c9c9 !important;
}

@media (max-width: 768px) {

  nav.post-nav-theme {
    flex-direction: column;
    gap: 12px;
  }

  nav.post-nav-theme .nav-prev,
  nav.post-nav-theme .nav-next {
    width: 100%;
  }

  nav.post-nav-theme a {
    width: 100%;
    font-size: 14px;
    padding: 14px 16px;
  }
}

.main-content {
  display: grid;
  grid-template-columns: minmax(0, 820px) 300px;
  gap: 30px;
  margin: 30px auto;
  max-width: 1200px; 
  padding: 0 15px;
  box-sizing: border-box;
}

.main-content main.content {
  width: 100%;
  max-width: 820px;
}

.main-content aside,
.main-content .sidebar {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 768px) {

  body .main-content {
    display: block !important;       
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    margin: 0 auto !important;
  }

  body .main-content > * {
    width: 100% !important;
    max-width: 100% !important;
  }

  body main.content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
  }

  body aside,
  body .sidebar {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-top: 20px !important;
  }

  body .page-title {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
	.page {
        padding: 0px !important;
    }
}

@media (max-width: 768px) {
  .main-content {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
    padding: 0 12px;
  }

  .main-content main.content,
  .main-content aside,
  .main-content .sidebar {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
    #drawing-table td, #drawing-table th {
        padding: 1px !important;
			  font-size: 7px !important;
    }
	.menu2 {
        padding: 0 !important;
    }
	.color {
        width: 7% !important;
        height: 18px;
    }
}
.menu2 {
    position: sticky;
    top: 0px;
    z-index: 999;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 4px;
	background: #f5f6f8;
}

#color-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding: 6px;
    border-radius: 4px;
}

#btnSubmit {
    background: #651403;
    color: #ffffff;
    border: 1px solid #651403;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 3px;
}

#btnSubmit:hover {
    opacity: 0.9;
}


.color {
    width: 62px !important;
    height: 22px;
    border: 2px solid #ddd;
    cursor: pointer;
    border-radius: 2px;
}

.color.eraser {
    background: #f5f5f5;
}



@media (max-width: 768px) {
    .menu2 {
        top: 0px !important;
        padding: 6px;
    }

    .color {
        width: 9% !important;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .menu2 {
        top: 0px !important;
    }

    .color {
        width: 9%;
        height: 18px;
    }
}


#myForm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 12px;
    margin: 12px auto;
    background: #ffffff;
    border-radius: 6px;
    max-width: 420px;
}

#myForm .cari {
    width: 38px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #651403;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #651403;
    outline: none;
    transition: all 0.2s ease;
}

#myForm .cari::placeholder {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}


#myForm .cari:focus {
    box-shadow: 0 0 4px rgba(101, 20, 3, 0.4);
}

#myForm #rb {
    width: 38px;
    height: 34px;
    background: #651403;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
}

#myForm #rb:hover {
    opacity: 0.9;
}

#myForm #rb:active {
    transform: scale(0.95);
}


@media (max-width: 480px) {
    #myForm {
        gap: 4px;
        padding: 10px;
        max-width: 100%;
    }

    #myForm .cari,
    #myForm #rb {
        width: 34px;
        height: 32px;
        font-size: 13px;
    }

    #myForm .cari::placeholder {
        font-size: 10px;
    }
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-top: 14px;
  padding: 9px 16px;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  color: #fff;
  background-color: #651403;

  border-radius: 4px;
  transition: all 0.2s ease;
}

.read-more:hover {
  opacity: 0.9;
  color: #c9c9c9 !important;
}

@media (max-width: 768px) {
  .read-more {
    padding: 8px 14px;
    font-size: 13px;
  }
}


@media (max-width: 480px) {
  .read-more {
    padding: 7px 12px;
    font-size: 12.5px;
    border-radius: 3px;
  }
}


.sidebar {
  width: 100%;
}


.sidebar .widget {
  background: #ffffff;
  padding: 18px;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  border-left: 5px solid #651403;
}


.sidebar .widget-title {
  margin: 0 0 14px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #651403;
  border-bottom: 2px solid #651403;
}


.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 8px;
}

.sidebar ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  transition: color 0.2s ease;
}

.sidebar ul li a:hover {
  color: #651403;
  text-decoration: underline;
}



.sidebar .search-form {
  display: flex;
  gap: 6px;
}

.sidebar .search-field {
  flex: 1;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.sidebar .search-submit {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  background: #651403;
  color: #fff;
  border: none;
  cursor: pointer;
}

.sidebar .search-submit:hover {
  background: #222;
  color: #fff;
}



.sidebar .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sidebar .tagcloud a {
  font-size: 12px !important;
  padding: 4px 8px;
  background: #f2f2f2;
  color: #222;
  border-radius: 3px;
}

.sidebar .tagcloud a:hover {
  background: #651403;
  color: #fff !important;
}



.main-content {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  margin-top: 30px;
}



@media (max-width: 768px) {

  .main-content {
    grid-template-columns: 1fr;
  }

  .sidebar {
    margin-top: 30px;
  }

  .sidebar .widget {
    padding: 16px;
  }

  .sidebar .widget-title {
    font-size: 14px;
  }

  .sidebar ul li a {
    font-size: 13px;
  }

  .sidebar .search-submit {
    font-size: 13px;
  }
}


@media (max-width: 480px) {

  .sidebar .search-form {
    flex-direction: column;
  }

  .sidebar .search-submit {
    width: 100%;
  }
}
.site-header {
  background: #ffffff;
  border-bottom: 4px solid #651403;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}
.site-logo {
  display: flex;
  align-items: center;
}

.site-logo img {
  max-height: 48px;
  width: auto;
  display: block;
}

.site-logo a {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-secondary);
  text-decoration: none;
}
.site-nav .menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav .menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #651403 !important;
  padding: 8px 4px;
  position: relative;
}

.site-nav .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 3px;
  background: #651403 !important;
}

.site-nav .menu li a:hover::after,
.site-nav .menu li.current-menu-item > a::after {
  width: 100%;
}
.header-search {
  padding-top: 10px !important;
	margin-bottom: 10px !important;
}


.header-search form {
  display: flex;
  width: 100%;
}


.header-search .search-field {
  flex: 1;
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.header-search .search-submit {
  padding: 12px 22px;
  background: var(--color-secondary);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.header-search .search-submit:hover {
  background: #222 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    gap: 14px;
  }

  .site-nav .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}

:root {
  --color-primary: #fabc2c;
  --color-secondary: #651403;
  --color-white: #ffffff;
  --color-text: #1f1f1f;
}
.paito-post-list {
  display: flex;
  flex-direction: column;
  gap: 26px; 
  margin: 30px 0; 
}


.paito-post-item {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-left: 6px solid #fabc2c;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s ease;
}

.paito-post-title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.4;
}

.paito-post-title a {
  color: #651403;
  font-weight: 700;
  text-decoration: none;
}

.paito-pin {
  margin-right: 6px;
}
@media (max-width: 768px) {

  .site-header .header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .site-logo a {
    display: inline-block;
    text-align: center;
  }

  .site-logo img {
    max-width: 220px;
    height: auto;
  }

}


main.content {
  width: 100%;
}

.content {
  background: #ffffff;
  padding: 28px;
  margin-bottom: 30px;
  border-left: 5px solid #651403;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}


.page-title {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.35;
  color: var(--color-secondary);
  font-weight: 800;
}



.page-content {
  font-size: 15px;
  line-height: 1.75;
  color: #222;
}

.page-content p {
  margin-bottom: 14px;
}

.page-content strong {
  color: var(--color-secondary);
}

.page-content a {
  color: var(--color-secondary);
  font-weight: 600;
}

.page-content a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}


.page-content h2 {
  margin: 26px 0 12px;
  font-size: 20px;
  color: var(--color-secondary);
  border-left: 4px solid #651403;
  padding-left: 10px;
}

.page-content h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  color: #651403;
}


.page-content blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  background: #fff8e1;
  border-left: 5px solid #651403;
  color: #651403;
  font-style: italic;
}


.page-content hr {
  border: none;
  height: 1px;
  background: #e6e6e6;
  margin: 26px 0;
}



.paito-wrapper {
  margin-top: 20px;
}


.table {
  overflow-x: auto;
  margin: 10px 0 18px;
}

#drawing-table {
  width: 100%;
  min-width: 720px;
}



#myForm {
  margin: 14px auto 0;
}



@media (max-width: 768px) {

  .page {
    padding: 20px;
  }

  .page-title {
    font-size: 22px;
  }

  .page-content {
    font-size: 14px;
  }

  .page-content h2 {
    font-size: 18px;
  }

}

@media (max-width: 480px) {

  .page {
    padding: 16px;
  }

  .page-title {
    font-size: 20px;
    text-align: center;
  }

  .page-content {
    font-size: 13.5px;
  }

}

.paito-post-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}


.paito-post-excerpt {
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}

.paito-info-box {
  background: #fff8e1;
  border-left: 4px solid #fabc2c;
  padding: 12px 14px;
  margin: 16px 0;
  font-size: 14px;
  color: #651403;
}

.paito-status {
  background: #ffffff;
  border: 1px solid #651403;
  padding: 12px 14px;
  margin: 18px 0;
  font-size: 14px;
  color: #651403;
}

.paito-list {
  margin: 14px 0 18px;
  padding-left: 18px;
}

.paito-list li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #222;
}

@media (max-width: 768px) {
  .paito-info-box,
  .paito-status {
    font-size: 13px;
    padding: 10px 12px;
  }
}

.paito-read-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #651403;
  border: 1px solid #651403;
  text-decoration: none;
  transition: all 0.2s ease;
}

.paito-read-btn:hover {
  background: #651403;
  color: #ffffff;
}
@media (max-width: 768px) {

  .paito-post-list {
    gap: 20px;
    margin: 20px 0;
  }

  .paito-post-item {
    padding: 15px;
  }

  .paito-post-title {
    font-size: 17px;
  }

  .paito-post-excerpt {
    font-size: 14px;
    line-height: 1.6;
  }

  .paito-read-btn {
    font-size: 13px;
    padding: 7px 14px;
  }
}

* {
  box-sizing: border-box;
}
* {
  border-radius: 0 !important;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f5f6f8;
  color: #222;
  line-height: 1.8;
  transition: background 0.25s ease, color 0.25s ease;
}

a {
  color: #0a58ca;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}


body.dark .site-logo a {
  filter: brightness(1.1);
}
.post {
  background: #ffffff;
  padding: 26px;
  border-top: 5px solid #651403;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.post-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.4;
}

.post-title a {
  color: var(--color-secondary);
}

.post-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}
.sidebar .widget {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 5px solid var(--color-secondary);
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.sidebar .widget h2,
.sidebar .widget .wp-block-heading {
  margin: 0 0 12px;
  font-size: 16px;
  color: var(--color-secondary);
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 6px;
}

@media (max-width: 768px) {
  .post {
    padding: 20px;
  }
}


.site-nav .menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav .menu li a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-secondary);
  padding: 8px 4px;
  transition: color 0.25s ease;
}


.site-nav .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 3px;
  background: var(--color-primary);
  transition: width 0.25s ease;
}


.site-nav .menu li a:hover {
      color: #651403 !important;
}

.site-nav .menu li a:hover::after {
  width: 100%;
}


.site-nav .menu li.current-menu-item > a,
.site-nav .menu li.current-menu-parent > a {
  color: var(--color-secondary);
}

.site-nav .menu li.current-menu-item > a::after,
.site-nav .menu li.current-menu-parent > a::after {
  width: 100%;
}

a {
  color: var(--color-secondary);
}
.post-title a:hover {
    color: var(--color-secondary);
}

.search-submit {
  background: var(--color-secondary);
  color: var(--color-white);
}

.search-submit:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
}
.main-content {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  margin-top: 30px;
}
.post {
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
}
.post-title {
  margin: 0 0 10px;
}
.post-title a {
  color: #111;
}
.post-meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}
.pagination {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.pagination a,
.pagination span {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.site-footer {
  background: #651403; 
  color: #ffffff;
  margin-top: 40px;
}

.footer-inner {
  padding: 20px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
	color: #e5e5e5;
}
.site-footer a {
  color: #fabc2c;
}

.site-footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {

  .header-inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .site-logo {
    text-align: center;
    width: 100%;
  }

  .site-nav {
    width: 100%;
  }

  .site-nav .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }

  .site-nav .menu li a {
    display: block;
    text-align: center;
    padding: 10px 6px;
    font-size: 13px;
    background: rgba(0,0,0,0.05);
    border-radius: 8px;
  }

  .main-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .site-nav .menu {
    grid-template-columns: 1fr;
  }
}

    textarea {
        width: 100%;
    }
    
    .colormenu {
        background: none 0 0 repeat scroll #d9d9d9;
        border: 2px solid #d9d9d9;
        width: 100%;
        z-index: 99999;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }
    
    body.admin-bar #colormenu.fixed {
                    top: 32px;
                }

    .colormenu.fixed {
        position: fixed;
        width: 70%;
        top: 0;
    }


    .intro td {
        background: none repeat scroll 0 0 #ffffff !important;
    }

    table {
        background: white none repeat scroll 0 0;
        margin: 10px;
        min-width: 140px;
    }

    #drawing-table {
        border-collapse: collapse;
        width: 100%;
        font-weight: 700;
        margin: 0 auto;
        color: #000;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #drawing-table td {
        border: 1px solid #d9d9d9;
        text-align: center;
        padding: 3px;
        font-size: 13px;
        color: #000;
    }

    

    #controls {
        margin: 0 auto;
    }

    #controls fieldset {
        border: 0 solid #cccccc;
        margin: 0;
        padding: 0;
    }

    #controls legend {
        background: none repeat scroll 0 0 #d9d9d9;
        border: 1px solid #cccccc;
        padding: 2px 8px;
    }

    #gridSize {
        margin: 0 0 10px;
    }

    #clear {
        float: right;
    }

    #color-selector p {
        clear: both;
    }

    #color-selector .color {
        float: left;
        height: 25px;
        position: relative;
        width: 11.1%;
        cursor: pointer;
    }

    #color-selector .color.eraser {
        background: none repeat scroll 0 0 #ffffff;
    }

    #color-selector .color.Blue {
        background: #43a2ff;
    }

    #color-selector .color.Aqua {
        background: #00F5FF;
    }

    #color-selector .color.Teal {
        background: #43CD80;
    }

    #color-selector .color.Lime {
        background: #01FF70;
    }

    #color-selector .color.Yellow {
        background: #FFDC00;
    }

    #color-selector .color.Orange {
        background: #FF851B;
    }

    #color-selector .color.Red {
        background: #FF4136;
    }

    #color-selector .color.Pink {
        background: #F012BE;
    }

    #color-selector .color.Purple {
        background: #A23BEC;
    }
    #color-selector .color.Silver {
        background: #a9a9a9;
    }
    #color-selector .selected {
        box-shadow: inset 0px 0px 0px 2px #000;
    }
    #table-wrap {
        font-weight: bold;
        position: relative;
    }
    #table-wrap table {
        position: relative;
        z-index: 10;
    }
    #toggle-tracing-mode {
        display: none;
    }
    #html-wrap textarea {
        height: 50px;
        margin: 0 0 10px;
        overflow: auto;
        width: 100%;
    }
    #btnSubmit {
        float: left;
        margin-top: 0;
        font-size: 11px;
        background: #333;
        color: #FFF;
        font-weight: 600;
        border: none;
        height: 25px;
        line-height: 25px;
        width: 10%;
        cursor: pointer;
        text-transform: uppercase;
    }
    .formpaitos {
        margin: 0 0 10px 0;
    }
    .formrows {
        width: 100%;
    }
    .formcols {
        width: 33.333%;
        float: left;
        padding-right: 10px;
    }
    .formcolscentered {
        width: 50%;
        float: none;
        padding: 0;
        margin: 0 auto;
    }
    .formrows .formcols:last-child {
        padding-right: 0;
    }
    .formrows:after {
        content: '';
        display: block;
        clear: both;
        width: 100%;
    }
    .formcols input,
    .formcols select {
        width: 100%;
        height: 30px;
        line-height: 30px;
        border: 1px solid #d9d9d9;
        color: #333;
        background: #FFF;
        border-radius: 3px;
        font-size: 13px;
        padding-left: 10px;
    }
    #drawing-table thead th {
        text-transform: uppercase;
        text-align: center;
        padding-top: 3px !important;
        padding-bottom: 3px !important;

    }
    @media (max-width:767px) {
        #drawing-table {
            min-width: 100%;
        }
            #btnSubmit {
        width: auto;
        padding: 0;
    }
    .colormenu.fixed {
        position: fixed;
        width:100%;
        top: 0;
        left:0;
    }
    }
    @media (max-width:540px) {
    #btnSubmit {
        width: auto;
        padding: 0;
    }
        #drawing-table th,
        #drawing-table td {
            padding-left: 0;
            padding-right: 0;
            font-size: 10px;
            width: auto;
        }
    }
    @media (max-width:370px) {
        #drawing-table td {
            font-size: 9px;
        }
    }
#drawing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}
#drawing-table td,
#drawing-table th {
  border: 1px solid #ccc;
  padding: 6px 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
#drawing-table tr:first-child td {
  background: #e9e9e9;
  font-weight: 700;
  font-size: 13px;
}
#drawing-table tbody tr:nth-child(even) td {
  background: #f7f7f7;
}
#drawing-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
#drawing-table td:nth-child(even) {
  background-color: rgba(0,0,0,0.03);
}
#drawing-table td.tgl {
  font-weight: 700;
  background: #ededed !important;
  white-space: nowrap;
}
#drawing-table td.reside {
  font-weight: 600;
  color: #111;
}
#drawing-table td.residex {
  color: #666;
  font-weight: 500;
}
@media (max-width: 768px) {
  #drawing-table {
    font-size: 13px;
  }
  #drawing-table td,
  #drawing-table th {
    padding: 5px 3px;
  }
  #drawing-table td.tgl {
    position: sticky;
    left: 0;
    z-index: 2;
    border-right: 2px solid #bbb;
  }
}

form.mb-2 {
  width: 100%;
  margin-bottom: 10px;
}
form.mb-2 {
  display: flex;
  gap: 8px;
}
form.mb-2 select {
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #651403;
  background-color: #fff;
  border: 2px solid #651403;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #651403 50%),
    linear-gradient(135deg, #651403 50%, transparent 50%);
  background-position:
    calc(100% - 18px) center,
    calc(100% - 12px) center;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}
form.mb-2 select:focus {
  border-color: #fabc2c;
  box-shadow: 0 0 0 2px rgba(250,188,44,0.3);
}
form.mb-2 select option {
  font-weight: 600;
  color: #222;
}

@media (max-width: 768px) {
  form.mb-2 {
    flex-direction: column;
  }

  form.mb-2 select {
    font-size: 13px;
    padding: 9px 10px;
  }
}
#drawing-table {
  background: #ffffff;
}
#drawing-table,
#drawing-table td {
  border-color: #ddd;
}
#drawing-table tr:first-child td {
  background: #651403;
  color: #ffffff;
}
#drawing-table td.tgl {
  background: #ffffff;
  color: #651403;
  font-weight: bold;
}
#drawing-table td.reside {
  color: #222;
}
#drawing-table td.residex {
  background: #fabc2c;
  color: #651403;
  font-weight: bold;
}
#drawing-table tr:nth-child(even):not(:first-child) td {
  background: #fff8e1;
}
#drawing-table tr:nth-child(odd):not(:first-child) td {
  background: #ffffff;
}
#drawing-table tr:nth-child(even) td.residex, #drawing-table tr:nth-child(odd) td.residex {
    background: #f1f1f1;
    color: #651403;
}
#drawing-table tr:last-child td {
  background: #f2f2f2;
  color: #999;
}

#drawing-table tr:nth-child(even):not(:first-child) td {
    background: #f1f1f1;
    color: #651403;
    font-weight: bold;
}

#drawing-table tbody tr:first-child td {
  background-color: #651403;  
  color: #ffffff;              
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #ddd;   
}
#drawing-table tbody tr:first-child td[colspan="4"] {
  background-color: #651403; 
  color: #fff;            
  font-weight: 800;
}
#drawing-table tbody tr:first-child td[colspan="2"] {
  background-color: #651403;  
  color: #fff;
  font-weight: 700;
}
#drawing-table tbody tr:first-child td:not([colspan]):not(:first-child) {
  background-color: #651403;
  color: #fff;
  font-weight: 900;
}
#drawing-table tbody tr:first-child td:first-child {
  background-color: #651403;
  color: #ffffff;
  font-weight: 800;
}
#drawing-table tbody tr td.reside.tgl {
  background-color: #651403 !important; 
  color: #fff !important;            
  font-weight: bold;
  border-color: #ddd;
}
#drawing-table tbody tr:last-child td.reside.tgl {
  background-color: #651403 !important;
  color: #ffffff !important;
}
.daily-prediction-box {
    background: #ffffff;
    border: 2px solid #651403;
    padding: 16px 18px;
    margin: 22px 0;
    box-sizing: border-box;
}


.prediksi-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    margin: 24px 0;
}

.prediksi-buttons br {
    display: none;
}

.prediksi-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 10px 14px;
    background: #ffffff;
    border: 2px solid #651403;
    color: #651403;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    transition: all 0.25s ease;
}


.prediksi-btn:hover {
    background: #651403;
    color: #ffffff !important;
}
.prediksi-title {
	text-align: center;
}


@media (min-width: 768px) {
    .prediksi-btn {
        min-width: 180px;
        font-size: 15px;
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .prediksi-buttons {
        gap: 8px;
    }

    .prediksi-btn {
        flex: 1 1 calc(50% - 8px);
        min-width: auto;
        font-size: 13px;
        padding: 10px 8px;
    }
}

.daily-prediction-box pre {
    margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: 600;
	text-align: center;
    line-height: 1.7;
    color: #111;
    white-space: pre-wrap;
    word-wrap: break-word;
}



@media (min-width: 769px) {
    .daily-prediction-box {
        padding: 18px 22px;
    }

    .daily-prediction-box pre {
        font-size: 15px;
    }
}


@media (max-width: 480px) {
    .daily-prediction-box {
        padding: 14px;
    }

    .daily-prediction-box pre {
        font-size: 13px;
        line-height: 1.6;
    }
}


blockquote {
    margin: 24px 0;
    padding: 16px 20px;
    background: #ffffff;
    border-left: 5px solid #651403;
    border-top: 1px solid #651403;
    border-right: 1px solid #651403;
    border-bottom: 1px solid #651403;
    border-radius: 4px;
    font-style: normal;
}

blockquote p {
    margin: 0;
    color: #222;
    font-size: 15px;
    line-height: 1.6;
}
blockquote {
    color: #651403;
}


@media (max-width: 480px) {
    blockquote {
        padding: 14px 16px;
    }

    blockquote p {
        font-size: 14px;
    }
}
