/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */



/* RPDB Theme CSS - Return Policy Design Blocks */
.rpdb-box {
  background: #f8f9fa;
  border-left: 4px solid #0071e3;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  border-radius: 0 8px 8px 0;
}
.rpdb-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1.5rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.rpdb-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}
.rpdb-table th,
.rpdb-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}
.rpdb-table th {
  background: #f8f9fa;
  font-weight: 600;
}
.rpdb-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}
.rpdb-li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.75rem 0;
  line-height: 1.5;
}
.rpdb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.rpdb-badge--ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.rpdb-badge--no {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.rpdb-short-answer {
  display: inline-block;
  background: #e7f3ff;
  color: #004085;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0.75rem 0 1rem;
}
.rpdb-linklist a {
  display: block;
  padding: 0.4rem 0;
  color: #0071e3;
  text-decoration: none;
}
.rpdb-linklist a:hover {
  text-decoration: underline;
}

