/*
Theme Name: MADE Visual Studio
Theme URI: https://madevisualstudio.com/
Author: MADE Visual Studio
Description: A cinematic editorial portfolio and visual tools experience for MADE Visual Studio.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: made-visual-studio
*/

html,
body {
  margin: 0;
  background: #0b0b0a;
}

.made-wp-post {
  min-height: 100vh;
  color: #f5f2eb;
  background: #0b0b0a;
  font-family: Inter, Arial, sans-serif;
}

.made-wp-post__nav,
.made-wp-post__header,
.made-wp-post__content,
.made-wp-post__footer {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.made-wp-post__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #383833;
}

.made-wp-post__nav a,
.made-wp-post__footer a {
  color: inherit;
  text-decoration: none;
}

.made-wp-post__nav strong {
  font-size: 20px;
  letter-spacing: 0;
}

.made-wp-post__nav div {
  display: flex;
  gap: 24px;
  font-size: 14px;
}

.made-wp-post__header {
  padding: 72px 0 40px;
}

.made-wp-post__eyebrow {
  color: #b9ff45;
  font-size: 13px;
  text-transform: uppercase;
}

.made-wp-post h1 {
  max-width: 900px;
  margin: 18px 0 24px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.98;
  font-weight: 500;
}

.made-wp-post__image {
  width: min(1280px, 100%);
  margin: 0 auto 56px;
}

.made-wp-post__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: cover;
}

.made-wp-post__content {
  max-width: 780px;
  padding-bottom: 72px;
  font-size: 18px;
  line-height: 1.75;
}

.made-wp-post__content h2,
.made-wp-post__content h3 {
  margin-top: 2.2em;
  line-height: 1.15;
}

.made-wp-post__content a {
  color: #b9ff45;
}

.made-wp-post__content img,
.made-wp-post__content table {
  max-width: 100%;
  height: auto;
}

.made-wp-post__content table {
  width: 100%;
  border-collapse: collapse;
}

.made-wp-post__content th,
.made-wp-post__content td {
  padding: 10px;
  border: 1px solid #4a4a44;
  text-align: left;
}

.made-wp-post__footer {
  padding: 28px 0 48px;
  border-top: 1px solid #383833;
}

@media (max-width: 640px) {
  .made-wp-post__nav div {
    gap: 12px;
  }

  .made-wp-post__nav div a:nth-child(2) {
    display: none;
  }

  .made-wp-post__header {
    padding-top: 48px;
  }
}
