h1,
h2,
h3 {
    text-align: left !important;
}


/* Template pages styling */
#raw24-template-list {
    max-width: 900px;
    margin: 0 auto;
}


.raw24-industry-card {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.raw24-industry-card:hover {
    background: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.raw24-industry-card a:hover {
    color: #00217a !important;
}

.raw24-industry-card h3 {
    margin-top: 0;
}

.raw24-industry-examples {
    font-size: 0.9rem;
    margin-top: 6px;
    color: #555;
}

.raw24-card-activities {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.raw24-industry-card.expanded .raw24-card-activities {
    max-height: 1000px;
}

.raw24-toggle-activities {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 6px 0;
    background-color: #eee;
    border-top: 1px solid #ccc;
    color: #0077b6;
    font-size: 0.75rem;
    text-align: center;
    cursor: pointer;
}

.raw24-toggle-activities .arrow {
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.raw24-industry-card.expanded .raw24-toggle-activities .arrow {
    transform: rotate(180deg);
}

.raw24-card-activities li {
    display: flex;
    align-items: center;
    gap: 2px;
    background: #f3f3f3;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 0.65rem;
    color: #333;
    margin: 0 !important;
}

.raw24-card-activity-icon {
    width: 12px;
    height: 12px;
}

.raw24-industry-icon {
    width: 90px;
    height: auto;
    padding: 10px;
    background-color: #e8e8e8;
    border-radius: 8px;
    margin-bottom: 10px;
}

ul {
    margin-left: 0 !important;

}

.raw24-industry-template-page {
    max-width: 900px;
    margin: 0 auto;
}

.raw24-template-ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;
    padding: 0;
    margin: 1rem 0;
}

.raw24-template-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.raw24-template-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.raw24-template-top h3 {
    font-size: 1.1rem;
    margin: 0 0 10px;
    color: #111;
    font-weight: 600;
}

.raw24-template-top p {
    font-size: 0.95rem;
    margin: 6px 0;
    color: #444;
}

.raw24-template-thumbnail {
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    max-width: 600px;
}

.raw24-template-bottom {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.raw24-template-btn {
    padding: 8px 14px;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.raw24-template-btn.primary {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.raw24-template-btn.primary:hover {
    background: #005f8d;
    border-color: #005f8d;
}

.raw24-template-btn.secondary {
    background: #f6f6f6;
    color: #333;
    border: 1px solid #ccc;
}

.raw24-template-btn.secondary:hover {
    background: #eaeaea;
}

.raw24-start-blank {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 14px;
    background: #f3f3f3;
    border: 2px solid #9f151e;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.raw24-start-blank:hover {
    background: #e2e2e2;
    text-decoration: none;
    color: #333;
}

.raw24-other-industries {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.raw24-other-industries li {
    margin: 0;
}

.raw24-other-industries li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
}

.raw24-other-industries li a:hover {
    background: #e0e0e0;
}

.raw24-other-industries-heading {
    margin-top: 40px;
}

.raw24-other-industry-icon {
    width: 20px;
    height: auto;
}

/* Industry activity list */

.raw24-activity-intro {
    color: #555;
    font-size: 0.95rem;
    margin-top: -10px;
}

.raw24-activity-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 4px;
    margin: 1rem 0;
}

.raw24-activity-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.raw24-activity-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.raw24-activity-item-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 15px;
}

.raw24-activity-main {
    flex: 1;
}

.raw24-activity-list .raw24-activity-icon {
    width: 20px;
    height: 20px;
    margin: 0;
}

.breadcroumb-area {

    padding: 12px 0 12px !important;
}

.breadcroumn-contnt .page-title {
    font-size: 2rem !important;
}

.page-builder-not-used .content-area {
    margin: 10px 20px !important;
    margin-bottom: 60px !important
}

.raw24-breadcrumb {
    margin-bottom: 40px;
    font-size: 0.9rem;
    color: #555;
}

.raw24-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.raw24-breadcrumb a:hover {
    text-decoration: underline;
}

/* Single template page */
.raw24-template-page {
    max-width: 900px;
    margin: 40px auto;
    line-height: 1.6;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

#page {
    background-color: #fff !important;
}

.raw24-template-page h1 {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #111;
}

.raw24-template-page h2 {
    margin-top: 30px;
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
}

.raw24-template-intro {
    font-size: 1rem;
    color: #555;
    margin: 10px 0 20px;
}

.raw24-benefits {

    padding: 0;
}

.raw24-benefits li {
    margin-bottom: 5px;
    border: 1px solid #ececec;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    background-color: #f8f8f8;
    list-style: none;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 18px;
}

.raw24-hazards-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

.raw24-template-page * {
    user-select: none;
}

.raw24-hazards-table th,
.raw24-hazards-table td {
    border: 1px solid #e5e5e5;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

.raw24-hazards-table th {
    background: #f6f6f6;
}

.raw24-hazards-table tr:nth-child(even) td {
    background: #fafafa;
}

.raw24-template-links {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.raw24-related-templates {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.raw24-related-templates li {
    margin-bottom: 6px;
}

.raw24-faq {
    margin-top: 10px;


}

.raw24-faq h3 {
    margin-bottom: 4px;
    font-size: 1rem;
}

.raw24-faq p {
    margin-top: 0;
}

.content-area {
    background-image: none !important;
}

.raw24-activity-actions-row {
    display: flex;
    gap: 6px;
    margin-top: 4px;
}

.raw24-badge {
    flex: 1;
    background-color: #007bff;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.raw24-badge:hover {
    filter: brightness(0.9);
}

.raw24-badge-start {
    background-color: #28a745;
    /* green */
}

.raw24-badge-details {
    background-color: #6c757d;
    /* grey */
}

.raw24-industry-not-found {
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
}

.raw24-industry-not-found h1 {
    font-size: 2rem;
    margin-bottom: 0.5em;
}

.raw24-industry-not-found p {
    font-size: 1.1rem;
    color: #555;
}

.raw24-industry-not-found .raw24-template-btn {
    margin-top: 20px;
}