/* Main gallery container */
#phocagallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

/* Each category box */
.pg-category-box {
  width: 100%;
  height: auto;
  min-height: 60px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 15px 20px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

/* Hide all images including folder icons */
.pg-category-box img,
.pg-cat-folder,
.pg-category-box .pg-cat-folder-small,
.pg-category-box .pg-cat-folder {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}

/* Hide all SVG icons including the folder icon */
.pg-category-box-title svg,
.ph-si.ph-si-category {
  display: none !important;
}

/* Style for the title/link */
.pg-category-box a,
.pg-category-box-title a,
.pg-category-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #2b3a94 !important; /* Dark blue color */
  text-decoration: none;
  display: inline;
  padding: 0;
  margin: 0;
  text-align: left;
  background: transparent;
  position: static;
  width: auto;
}

/* Style for the count numbers in parentheses */
.pg-category-box-count {
  color: #666 !important;
  font-size: 14px !important;
  display: inline !important;
  margin-left: 5px !important;
}

/* Buang garisan bawah daripada container utama */
.sppb-addon-text-block {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 8px;
  max-width: 100%;
  box-sizing: border-box;
}

.pg-categories-viewhome-page
{
  background-color: #fff;
  padding: 0px 15px 0px 15px !important;
  margin-bottom: 10px;
}

/* Header background box */
#sppb-addon-wrapper-61c7f922-156a-44ca-9773-7221b3137b2f 
{
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.home-menu img {
	width: 16px;
	height: 16px;
	margin-bottom: 5px;
}