/*
Theme Name:         Choko Theme
Theme URI:          http://donrich.dev/themes/choko-theme/
Description:        New Theme made by @0r2k using Tailwind CSS
Version:            1.6.3
Author:             Ricardo Andramuño
Author URI:         http://donrich.dev/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

body {
  overflow: scroll;
  overflow-x: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 12px; /* opcional, queda bonito */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.table-of-contents > h2 { cursor: pointer }
#hidetoc { display: inline-block; }
.table-of-contents > h2 .arrow { transition: transform 0.25s ease; }
.table-of-contents > h2.active .arrow { transform: rotate(180deg); }

/* Bootstrap Grid Compatibility for legacy posts */
#single-post-content {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.post-excerpt p, .logged-in-as {
    font-size: inherit;
}

#single-post-content .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

#single-post-content .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

#single-post-content .col { flex: 1 0 0%; }
#single-post-content .col-auto { flex: 0 0 auto; width: auto; }
#single-post-content .col-1 { flex: 0 0 auto; width: 8.33333333%; }
#single-post-content .col-2 { flex: 0 0 auto; width: 16.66666667%; }
#single-post-content .col-3 { flex: 0 0 auto; width: 25%; }
#single-post-content .col-4 { flex: 0 0 auto; width: 33.33333333%; }
#single-post-content .col-5 { flex: 0 0 auto; width: 41.66666667%; }
#single-post-content .col-6 { flex: 0 0 auto; width: 50%; }
#single-post-content .col-7 { flex: 0 0 auto; width: 58.33333333%; }
#single-post-content .col-8 { flex: 0 0 auto; width: 66.66666667%; }
#single-post-content .col-9 { flex: 0 0 auto; width: 75%; }
#single-post-content .col-10 { flex: 0 0 auto; width: 83.33333333%; }
#single-post-content .col-11 { flex: 0 0 auto; width: 91.66666667%; }
#single-post-content .col-12 { flex: 0 0 auto; width: 100%; }

@media (min-width: 576px) {
  #single-post-content .col-sm { flex: 1 0 0%; }
  #single-post-content .col-sm-auto { flex: 0 0 auto; width: auto; }
  #single-post-content .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; }
  #single-post-content .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; }
  #single-post-content .col-sm-3 { flex: 0 0 auto; width: 25%; }
  #single-post-content .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; }
  #single-post-content .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; }
  #single-post-content .col-sm-6 { flex: 0 0 auto; width: 50%; }
  #single-post-content .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; }
  #single-post-content .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
  #single-post-content .col-sm-9 { flex: 0 0 auto; width: 75%; }
  #single-post-content .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; }
  #single-post-content .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; }
  #single-post-content .col-sm-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 768px) {
  #single-post-content .col-md { flex: 1 0 0%; }
  #single-post-content .col-md-auto { flex: 0 0 auto; width: auto; }
  #single-post-content .col-md-1 { flex: 0 0 auto; width: 8.33333333%; }
  #single-post-content .col-md-2 { flex: 0 0 auto; width: 16.66666667%; }
  #single-post-content .col-md-3 { flex: 0 0 auto; width: 25%; }
  #single-post-content .col-md-4 { flex: 0 0 auto; width: 33.33333333%; }
  #single-post-content .col-md-5 { flex: 0 0 auto; width: 41.66666667%; }
  #single-post-content .col-md-6 { flex: 0 0 auto; width: 50%; }
  #single-post-content .col-md-7 { flex: 0 0 auto; width: 58.33333333%; }
  #single-post-content .col-md-8 { flex: 0 0 auto; width: 66.66666667%; }
  #single-post-content .col-md-9 { flex: 0 0 auto; width: 75%; }
  #single-post-content .col-md-10 { flex: 0 0 auto; width: 83.33333333%; }
  #single-post-content .col-md-11 { flex: 0 0 auto; width: 91.66666667%; }
  #single-post-content .col-md-12 { flex: 0 0 auto; width: 100%; }
}

@media (min-width: 992px) {
  #single-post-content .col-lg { flex: 1 0 0%; }
  #single-post-content .col-lg-auto { flex: 0 0 auto; width: auto; }
  #single-post-content .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; }
  #single-post-content .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; }
  #single-post-content .col-lg-3 { flex: 0 0 auto; width: 25%; }
  #single-post-content .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; }
  #single-post-content .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; }
  #single-post-content .col-lg-6 { flex: 0 0 auto; width: 50%; }
  #single-post-content .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; }
  #single-post-content .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; }
  #single-post-content .col-lg-9 { flex: 0 0 auto; width: 75%; }
  #single-post-content .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; }
  #single-post-content .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; }
  #single-post-content .col-lg-12 { flex: 0 0 auto; width: 100%; }
}