/*
 Theme Name:     Hello Elementor Child
 Theme URI:      https://pangandaranholidays.com/
 Description:    Tema Anak untuk Hello Elementor
 Author:         Dedi
 Author URI:     https://bintangbeton.com/
 Template:       hello-elementor
 Version:        1.0.0
 Text Domain:    hello-elementor-child
*/

/* Tambahkan custom CSS di bawah ini */

body {
	font-family: sans-serif !important;
	line-height: 1.6;
	font-size: 18px;
	margin: 0 auto;
	background-color: #f0f0f0; /* Fallback for when there is no custom background color defined. */
}

a {
	color: #2980b9;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #3498db;
	text-decoration: none;
	opacity: 0.8;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
	margin-top: 0;
	margin-bottom: 10px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	font-size: 75%;
}


	table.tableizer-table {
		font-size: 16px;
		border: 1px solid #CCC; 
		font-family: Arial, Helvetica, sans-serif;
	} 
	.tableizer-table td {
		padding: 4px;
		margin: 3px;
		border: 1px solid #CCC;
	}
	.tableizer-table th {
		background-color: #efefef; 
		color: #54595F;
		font-weight: bold;
	}

elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 15px 10px;
}