/*
Theme Name: Wisata
Theme URI: https://wisata.cc
Author URI: https://wisata.cc
Description: Listing Wisata
Author: Wisata
Version: 1.0
Requires at least: 6.2
Tested up to: 6.8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: header
Text Domain: wisata
Copyright: (c) 2026 wisata.cc
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    line-height: 1.4;
    text-align: left;
	position: relative;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: 0 !important;
	color: #111;
}
body {
	color: #222;
	font-size: 16px;
	font-family: Inter;
}
.wrapper {
	position: relative;
	padding: 0 0 50px;
}
.header {
	position: scroll;
	top: 0;
	border-bottom: 1px solid #ccc;
}
.top {
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.left_head {
	font-weight: bold;
	font-size: 18px;
}
.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

.loop_grid {
	margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.loop_post {
	margin: 30px 0;
}
.loop_post p,
.loop_post ul {
	margin: 0 0 20px;
}
.post_t {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.2;
}
.post_p {
	font-size: 14px;
	margin: 0 0 6px;
	color: #098;
}
.post_p a {
	color: #555;
}
.post_p a span {
	color: #098;
}
.post_l {
	font-size: 14px;
	color: #777; 
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-size: 30px;
}


.single_post {
	margin: 20px 0 0;
	max-width: 650px;
}
.post_categories a {
	color: #098;
}
.post_title {
	font-size: 30px;
}
.post_meta {
	margin: 0 0 10px;
}
.post_content {
	margin: 0 0 30px;
	font-size: 15px;
	color: #444;
}
.related_posts_section h2 {
	font-size: 20px;
	line-height: 1.2;
	margin: 60px 0 10px;
}
.post_distance {
	font-size: 14px;
	color: #777;
}
.distance_label span {
	font-weight: bold;
}
.dekat {
	color: #f40;
}
.sedang {
	color: #098;
}
.jauh {
	color: #222;
}